home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPMAPI.PAK / MAPI.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  147KB  |  2,356 lines

  1. :Base mapi.HLP
  2. 1 Microsoft Win32 Messaging (MAPI) Reference
  3. 2 Legal Information=_mapi1book_Legal_Information_2
  4. 2 About the MAPI SDK
  5. 3 About the MAPI SDK=_mapi1book_About_the_MAPI_SDK
  6. 3 Intended Audience=_mapi1book_Intended_Audience
  7. 3 How This Document is Organized=_mapi1book_How_This_Document_is_Organized
  8. 3 Document Conventions=_mapi1book_Document_Conventions
  9. 3 For More Information=_mapi1book_For_More_Information
  10. 2 Quick Start Procedures
  11. 3 Quick Start Procedures=_mapi1book_Quick_Start_Procedures
  12. 3 Adding a Send Command to an Application=_mapi1book_Adding_a_Send_Command_to_an_Application
  13. 3 Adding Document Routing to an Application=_mapi1book_Adding_Document_Routing_to_an_Application
  14. 3 Creating a New Interpersonal (IPM) Message Class=_mapi1book_Creating_a_New_Interpersonal_IPM_Message_Class
  15. 3 Creating a New Interprocess (IPC) Message Class=_mapi1book_Creating_a_New_Interprocess_IPC_Message_Class
  16. 3 Creating and Configuring a Profile=_mapi1book_Creating_and_Configuring_a_Profile
  17. 3 Incorporating Formatted Text and Attachments=_mapi1book_Incorporating_Formatted_Text_and_Attachments
  18. 3 Finding a Message in a Message Store=_mapi1book_Finding_a_Message_in_a_Message_Store
  19. 3 Using Message Filtering to Manage Messages=_mapi1book_Using_Message_Filtering_to_Manage_Messages
  20. 3 Finding Information About a User in the Address Book=_mapi1book_Finding_Information_About_a_User_in_the_Address_Book
  21. 3 About the Sample Code and SDK Tools=_mapi1book_About_the_Sample_Code_and_SDK_Tools
  22. 2 Concepts and Architecture
  23. 3 Concepts and Architecture=_mapi1book_Concepts_and_Architecture
  24. 3 About MAPI Features=_mapi1book_About_MAPI_Features
  25. 3 About the MAPI Architecture=_mapi1book_About_the_MAPI_Architecture
  26. 3 About Client Applications=_mapi1book_About_Client_Applications
  27. 3 About the MAPI Subsystem=_mapi1book_About_the_MAPI_Subsystem
  28. 3 About the MAPI Spooler=_mapi1book_About_the_MAPI_Spooler
  29. 3 About Service Providers=_mapi1book_About_Service_Providers
  30. 3 About Address Book Providers=_mapi1book_About_Address_Book_Providers
  31. 3 About Message Store Providers=_mapi1book_About_Message_Store_Providers
  32. 3 About Transport Providers=_mapi1book_About_Transport_Providers
  33. 3 About Message Services=_mapi1book_About_Message_Services
  34. 3 About Profiles=_mapi1book_About_Profiles
  35. 3 About MAPI Forms=_mapi1book_About_MAPI_Forms
  36. 2 Introduction to MAPI Programming
  37. 3 Introduction to MAPI Programming=_Introduction_to_MAPI_Programming
  38. 3 About MAPI Installations=_mapi1book_About_MAPI_Installations
  39. 3 Determining Which Client Interfaces are Installed=_mapi1book_Determining_Which_Client_Interfaces_are_Installed
  40. 3 About Installation Defaults=_mapi1book_About_Installation_Defaults
  41. 3 About Time Zone Installation Information=_mapi1book_About_Time_Zone_Installation_Information
  42. 3 Using the MAPI SDK=_mapi1book_Using_the_MAPI_SDK
  43. 3 Using the Samples=_mapi1book_Using_the_Samples
  44. 3 Using Functions=_mapi1book_Using_Functions
  45. 3 Using UUIDGEN.EXE=_mapi1book_Using_UUIDGEN.EXE
  46. 3 Selecting a Client Interface=_mapi1book_Selecting_a_Client_Interface
  47. 3 About the Client Interfaces=_mapi1book_About_the_Client_Interfaces
  48. 3 Choosing Between Simple MAPI and CMC=_mapi1book_Choosing_Between_Simple_MAPI_and_CMC
  49. 3 Using Multiple Client Interfaces=_mapi1book_Using_Multiple_Client_Interfaces
  50. 3 MAPI User Interface=_mapi1book_MAPI_User_Interface
  51. 3 MAPI Sessions=_mapi1book_MAPI_Sessions
  52. 3 Message Services and Profiles=_mapi1book_Message_Services_and_Profiles
  53. 3 Operating Environment Issues=_mapi1book_Operating_Environment_Issues
  54. 3 Environment Issues Affecting Client Applications=_mapi1book_Environment_Issues_Affecting_Client_Applications
  55. 3 Windows NT Service Client Applications=_mapi1book_Windows_NT_Service_Client_Applications
  56. 3 Environment Issues Affecting Service Providers=_mapi1book_Environment_Issues_Affecting_Service_Providers
  57. 2 Programming with CMC
  58. 3 Programming with CMC=_mapi1book_Programming_with_CMC
  59. 3 About CMC=_mapi1book_About_CMC
  60. 3 Starting a CMC Session=_mapi1book_Starting_a_CMC_Session
  61. 3 Addressing Messages with CMC=_mapi1book_Addressing_Messages_with_CMC
  62. 3 Sending Messages with CMC=_mapi1book_Sending_Messages_with_CMC
  63. 3 Receiving Messages with CMC=_mapi1book_Receiving_Messages_with_CMC
  64. 3 Handling Attachments with CMC=_mapi1book_Handling_Attachments_with_CMC
  65. 3 Getting Information About the CMC Implementation=_mapi1book_Getting_Information_About_the_CMC_Implementation
  66. 3 Releasing Memory with CMC=_mapi1book_Releasing_Memory_with_CMC
  67. 3 Ending a CMC Session=_mapi1book_Ending_a_CMC_Session
  68. 3 Using CMC Data Extensions=_mapi1book_Using_CMC_Data_Extensions
  69. 3 CMC Programming Examples=_mapi1book_CMC_Programming_Examples
  70. 3 Logging On and Off: CMC Sample=_mapi1book_Logging_On_and_Off_CMC_Sample
  71. 3 Sending a Message: CMC Sample=_mapi1book_Sending_a_Message_CMC_Sample
  72. 3 Receiving a Message: CMC Sample=_mapi1book_Receiving_a_Message_CMC_Sample
  73. 3 Getting Recipient Details: CMC Sample=_mapi1book_Getting_Recipient_Details_CMC_Sample
  74. 3 Using Common Extensions: CMC Sample=_mapi1book_Using_Common_Extensions_CMC_Sample
  75. 2 Programming with Simple MAPI
  76. 3 Programming with Simple MAPI=_mapi1book_Programming_with_Simple_MAPI
  77. 3 About Simple MAPI=_mapi1book_About_Simple_MAPI
  78. 3 Initializing a Simple MAPI Client=_mapi1book_Initializing_a_Simple_MAPI_Client
  79. 3 Starting a Simple MAPI Session=_mapi1book_Starting_a_Simple_MAPI_Session
  80. 3 Sharing Simple MAPI Sessions=_mapi1book_Sharing_Simple_MAPI_Sessions
  81. 3 Explicit Logon with Simple MAPI=_mapi1book_Explicit_Logon_with_Simple_MAPI
  82. 3 Implicit Logon with Simple MAPI=_mapi1book_Implicit_Logon_with_Simple_MAPI
  83. 3 Specifying a Profile During Simple MAPI Logon=_mapi1book_Specifying_a_Profile_During_Simple_MAPI_Logon
  84. 3 Specifying Passwords with Simple MAPI=_mapi1book_Specifying_Passwords_with_Simple_MAPI
  85. 3 Requesting a Logon User Interface with Simple MAPI=_mapi1book_Requesting_a_Logon_User_Interface_with_Simple_MAPI
  86. 3 Ending a Simple MAPI Session=_mapi1book_Ending_a_Simple_MAPI_Session
  87. 3 Addressing Messages with Simple MAPI=_mapi1book_Addressing_Messages_with_Simple_MAPI
  88. 3 Generating Recipient Lists with Simple MAPI=_mapi1book_Generating_Recipient_Lists_with_Simple_MAPI
  89. 3 Checking Names with Simple MAPI=_mapi1book_Checking_Names_with_Simple_MAPI
  90. 3 Getting Details About a User with Simple MAPI=_mapi1book_Getting_Details_About_a_User_with_Simple_MAPI
  91. 3 Displaying and Editing Addresses with Simple MAPI=_mapi1book_Displaying_and_Editing_Addresses_with_Simple_MAPI
  92. 3 Sending Messages with Simple MAPI=_mapi1book_Sending_Messages_with_Simple_MAPI
  93. 3 Using the Subject with Simple MAPI=_mapi1book_Using_the_Subject_with_Simple_MAPI
  94. 3 Handling Attachments with Simple MAPI=_mapi1book_Handling_Attachments_with_Simple_MAPI
  95. 3 Message Options with Simple MAPI=_mapi1book_Message_Options_with_Simple_MAPI
  96. 3 About MapiMessage=_mapi1book_About_MapiMessage
  97. 3 About MAPISendMail=_mapi1book_About_MAPISendMail
  98. 3 Simple MAPI Programming Examples=_mapi1book_Simple_MAPI_Programming_Examples
  99. 3 Sending a Message Simply: Simple MAPI Sample=_mapi1book_Sending_a_Message_Simply_Simple_MAPI_Sample
  100. 3 Controlled Sending of a Message: Simple MAPI Sample=_mapi1book_Controlled_Sending_of_a_Message_Simple_MAPI_Sample
  101. 3 Receiving a Message: Simple MAPI Sample=_mapi1book_Receiving_a_Message_Simple_MAPI_Sample
  102. 2 Objects and Interfaces
  103. 3 Objects and Interfaces=_mapi1book_Objects_and_Interfaces
  104. 3 Component Object Model and MAPI=_mapi1book_Component_Object_Model_and_MAPI
  105. 3 Objects and the MAPI Architecture=_mapi1book_Objects_and_the_MAPI_Architecture
  106. 3 Object Inheritance Hierarchy=_mapi1book_Object_Inheritance_Hierarchy
  107. 3 Object Containment Hierarchy=_mapi1book_Object_Containment_Hierarchy
  108. 3 Objects Implemented by MAPI=_mapi1book_Objects_Implemented_by_MAPI
  109. 3 About Client Objects=_mapi1book_About_Client_Objects
  110. 3 About Service Provider Objects=_mapi1book_About_Service_Provider_Objects
  111. 3 About Address Book Provider Objects=_mapi1book_About_Address_Book_Provider_Objects
  112. 3 About Message Store Provider Objects=_mapi1book_About_Message_Store_Provider_Objects
  113. 3 About Transport Provider Objects=_mapi1book_About_Transport_Provider_Objects
  114. 3 About Custom Form Objects=_mapi1book_About_Custom_Form_Objects
  115. 3 Using MAPI Objects=_mapi1book_Using_MAPI_Objects
  116. 3 Implementing MAPI Objects=_mapi1book_Implementing_MAPI_Objects
  117. 3 Implementing Objects in C++=_mapi1book_Implementing_Objects_in_C_
  118. 3 Implementing Objects in C=_mapi1book_Implementing_Objects_in_C
  119. 3 Implementing the IUnknown Interface=_mapi1book_Implementing_the_IUnknown_Interface
  120. 3 Implementing IUnknown in C++=_mapi1book_Implementing_IUnknown_in_C_
  121. 3 Implementing IUnknown in C=_mapi1book_Implementing_IUnknown_in_C
  122. 3 Implementing a Sample Object=_mapi1book_Implementing_a_Sample_Object
  123. 2 Properties
  124. 3 Properties=_mapi1book_Properties
  125. 3 About Property Values=_mapi1book_About_Property_Values
  126. 3 About Property Types=_mapi1book_About_Property_Types
  127. 3 Property Type Summary=_mapi1book_Property_Type_Summary
  128. 3 About the Boolean Property Type=_mapi1book_About_the_Boolean_Property_Type
  129. 3 About the PT_UNSPECIFIED Property Type=_mapi1book_About_the_PT_UNSPECIFIED_Property_Type
  130. 3 About the Object Property Type=_mapi1book_About_the_Object_Property_Type
  131. 3 About the String Property Type=_mapi1book_About_the_String_Property_Type
  132. 3 About Property Identifiers=_mapi1book_About_Property_Identifiers
  133. 3 About Property Tags=_mapi1book_About_Property_Tags
  134. 3 About Required and Optional Properties=_mapi1book_About_Required_and_Optional_Properties
  135. 3 About Property Errors=_mapi1book_About_Property_Errors
  136. 3 About Defining New Properties=_mapi1book_About_Defining_New_Properties
  137. 3 About Object and Property Access=_mapi1book_About_Object_and_Property_Access
  138. 3 About Opening Properties=_mapi1book_About_Opening_Properties
  139. 3 About Setting Properties=_mapi1book_About_Setting_Properties
  140. 3 About Copying Properties=_mapi1book_About_Copying_Properties
  141. 3 About Saving Property Changes=_mapi1book_About_Saving_Property_Changes
  142. 3 About Named Properties=_mapi1book_About_Named_Properties
  143. 3 About Support for Named Properties=_mapi1book_About_Support_for_Named_Properties
  144. 3 About Property Names and Property Sets=_mapi1book_About_Property_Names_and_Property_Sets
  145. 3 About Mappings and Mapping Signatures=_mapi1book_About_Mappings_and_Mapping_Signatures
  146. 3 About IMAPIProp::GetIDsFromNames=_mapi1book_About_IMAPIProp_GetIDsFromNames
  147. 3 About IMAPIProp::GetNamesFromIDs=_mapi1book_About_IMAPIProp_GetNamesFromIDs
  148. 3 Handling Named Property Errors=_mapi1book_Handling_Named_Property_Errors
  149. 3 About Transmitting and Copying Named Properties=_mapi1book_About_Transmitting_and_Copying_Named_Properties
  150. 2 Tables
  151. 3 Tables=_mapi1book_Tables
  152. 3 Types of Tables=_mapi1book_Types_of_Tables
  153. 3 About Attachment Tables=_mapi1book_About_Attachment_Tables
  154. 3 About Contents Tables=_mapi1book_About_Contents_Tables
  155. 3 About Display Tables=_mapi1book_About_Display_Tables
  156. 3 About Display Table Columns=_mapi1book_About_Display_Table_Columns
  157. 3 About Display Table Scenarios=_mapi1book_About_Display_Table_Scenarios
  158. 3 About Display Table Structures=_mapi1book_About_Display_Table_Structures
  159. 3 About the DTCTL Structure=_mapi1book_About_the_DTCTL_Structure
  160. 3 About Control Flags=_mapi1book_About_Control_Flags
  161. 3 About Display Table Notifications=_mapi1book_About_Display_Table_Notifications
  162. 3 About Types of Controls=_mapi1book_About_Types_of_Controls
  163. 3 About Button Controls=_mapi1book_About_Button_Controls
  164. 3 About Check Box Controls=_mapi1book_About_Check_Box_Controls
  165. 3 About Combo Box Controls=_mapi1book_About_Combo_Box_Controls
  166. 3 About Drop-Down List Box Controls=_mapi1book_About_Drop_Down_List_Box_Controls
  167. 3 About Edit Controls=_mapi1book_About_Edit_Controls
  168. 3 About Group Box Controls=_mapi1book_About_Group_Box_Controls
  169. 3 About Label Controls=_mapi1book_About_Label_Controls
  170. 3 About List Box Controls=_mapi1book_About_List_Box_Controls
  171. 3 About Multivalue List Box Controls=_mapi1book_About_Multivalue_List_Box_Controls
  172. 3 About Radio Button Controls=_mapi1book_About_Radio_Button_Controls
  173. 3 About Tabbed Page Controls=_mapi1book_About_Tabbed_Page_Controls
  174. 3 About Hierarchy Tables=_mapi1book_About_Hierarchy_Tables
  175. 3 About Message Service Tables=_mapi1book_About_Message_Service_Tables
  176. 3 About Message Store Tables=_mapi1book_About_Message_Store_Tables
  177. 3 About One-Off Tables=_mapi1book_About_One_Off_Tables
  178. 3 About Outgoing Queue Tables=_mapi1book_About_Outgoing_Queue_Tables
  179. 3 About Profile Tables=_mapi1book_About_Profile_Tables
  180. 3 About Provider Tables=_mapi1book_About_Provider_Tables
  181. 3 About Receive Folder Tables=_mapi1book_About_Receive_Folder_Tables
  182. 3 About Recipient Tables=_mapi1book_About_Recipient_Tables
  183. 3 About Status Tables=_mapi1book_About_Status_Tables
  184. 3 Common Table Operations=_mapi1book_Common_Table_Operations
  185. 3 Defining Column Sets=_Defining_Column_Sets
  186. 3 Working with Large Columns=_mapi1book_Working_with_Large_Columns
  187. 3 Using Row and Row Set Data Structures=_mapi1book_Using_Row_and_Row_Set_Data_Structures
  188. 3 Table Positioning=_mapi1book_Table_Positioning
  189. 3 Retrieving Rows=_mapi1book_Retrieving_Rows
  190. 3 Using ITableData::HrQueryRow=_mapi1book_Using_ITableData_HrQueryRow
  191. 3 Using IMAPITable::QueryRows=_mapi1book_Using_IMAPITable_QueryRows
  192. 3 Using HrQueryAllRows=_mapi1book_Using_HrQueryAllRows
  193. 3 Memory Issues in Row Retrieval=_mapi1book_Memory_Issues_in_Row_Retrieval
  194. 3 Determining a Table's End=_mapi1book_Determining_a_Tables_End
  195. 3 Tips for Better Table Performance=_mapi1book_Tips_for_Better_Table_Performance
  196. 3 Sorting and Categorization=_mapi1book_Sorting_and_Categorization
  197. 3 Defining Sort Orders=_mapi1book_Defining_Sort_Orders
  198. 3 Using SortTable=_mapi1book_Using_SortTable
  199. 3 Properties for Categorized Tables=_mapi1book_Properties_for_Categorized_Tables
  200. 3 States of Categorized Tables=_mapi1book_States_of_Categorized_Tables
  201. 3 Collapsing and Expanding Categories=_mapi1book_Collapsing_and_Expanding_Categories
  202. 3 About Restrictions=_mapi1book_About_Restrictions
  203. 3 Types of Restrictions=_mapi1book_Types_of_Restrictions
  204. 3 About Content Restrictions=_mapi1book_About_Content_Restrictions
  205. 3 About Address Book Restrictions=_mapi1book_About_Address_Book_Restrictions
  206. 3 Building a Restriction=_mapi1book_Building_a_Restriction
  207. 3 Sample Restriction Code=_mapi1book_Sample_Restriction_Code
  208. 3 Advanced Table Operations=_mapi1book_Advanced_Table_Operations
  209. 3 About Table Notifications=_mapi1book_About_Table_Notifications
  210. 3 About Asynchronous Table Operations=_mapi1book_About_Asynchronous_Table_Operations
  211. 3 Working with Multivalued Columns=_mapi1book_Working_with_Multivalued_Columns
  212. 3 Working with Unicode Columns=_Working_with_Unicode_Columns
  213. 3 Using Table Data Objects=_mapi1book_Using_Table_Data_Objects
  214. 2 MAPI Form Architecture
  215. 3 MAPI Form Architecture=_mapi1book_MAPI_Form_Architecture
  216. 3 About MAPI Form Components=_mapi1book_About_MAPI_Form_Components
  217. 3 About Form Servers=_mapi1book_About_Form_Servers
  218. 3 About MAPI Message Classes=_mapi1book_About_MAPI_Message_Classes
  219. 3 About Form Verbs=_mapi1book_About_Form_Verbs
  220. 3 About Form Objects=_mapi1book_About_Form_Objects
  221. 3 About the Form Manager=_mapi1book_About_the_Form_Manager
  222. 3 About Capabilities Not Supported by Form Managers=_mapi1book_About_Capabilities_Not_Supported_by_Form_Managers
  223. 3 About Disk Instances and Cache Tables=_mapi1book_About_Disk_Instances_and_Cache_Tables
  224. 3 About Platform Independence=_mapi1book_About_Platform_Independence
  225. 3 About Form Libraries=_mapi1book_About_Form_Libraries
  226. 3 About Form Storage=_mapi1book_About_Form_Storage
  227. 3 About Local Form Libraries=_mapi1book_About_Local_Form_Libraries
  228. 3 About Folder Form Libraries=_mapi1book_About_Folder_Form_Libraries
  229. 3 About Personal Form Libraries=_mapi1book_About_Personal_Form_Libraries
  230. 3 About Forms and MAPI Client Applications=_mapi1book_About_Forms_and_MAPI_Client_Applications
  231. 3 About MAPI Form Interfaces=_mapi1book_About_MAPI_Form_Interfaces
  232. 2 MAPI Component Basics
  233. 3 MAPI Component Basics=_mapi1book_MAPI_Component_Basics
  234. 3 About Entry Identifiers=_mapi1book_About_Entry_Identifiers
  235. 3 Constructing Entry Identifiers=_mapi1book_Constructing_Entry_Identifiers
  236. 3 About Short-Term Entry Identifiers=_mapi1book_About_Short_Term_Entry_Identifiers
  237. 3 About Long-Term Entry Identifiers=_mapi1book_About_Long_Term_Entry_Identifiers
  238. 3 About Record and Search Keys=_mapi1book_About_Record_and_Search_Keys
  239. 3 About Session Identity=_mapi1book_About_Session_Identity
  240. 3 About Managing Memory=_mapi1book_About_Managing_Memory
  241. 3 About Memory Management Functions=_mapi1book_About_Memory_Management_Functions
  242. 3 About Managing Memory for ADRLIST and SRowSet Structures=_mapi1book_About_Managing_Memory_for_ADRLIST_and_SRowSet_Structures
  243. 3 About Allocating and Freeing Memory=_mapi1book_About_Allocating_and_Freeing_Memory
  244. 3 About Structured Storage=_mapi1book_About_Structured_Storage
  245. 3 About Error Handling=_mapi1book_About_Error_Handling
  246. 3 Return Value Naming Convention=_mapi1book_Return_Value_Naming_Convention
  247. 3 Using Macros for Error Handling=_mapi1book_Using_Macros_for_Error_Handling
  248. 3 How Return Values are Documented=_mapi1book_How_Return_Values_are_Documented
  249. 3 Strategies for Error Handling=_mapi1book_Strategies_for_Error_Handling
  250. 3 Using Extended Errors=_mapi1book_Using_Extended_Errors
  251. 3 Deferring Errors=_mapi1book_Deferring_Errors
  252. 3 About Validating Data=_mapi1book_About_Validating_Data
  253. 3 Validating Parameters to Interface Methods=_mapi1book_Validating_Parameters_to_Interface_Methods
  254. 3 Validating Object Pointers=_mapi1book_Validating_Object_Pointers
  255. 3 Validating Data Structures=_mapi1book_Validating_Data_Structures
  256. 3 About Notification=_mapi1book_About_Notification
  257. 3 About Notification Events=_mapi1book_About_Notification_Events
  258. 3 About Forms Notifications=_mapi1book_About_Forms_Notifications
  259. 3 About Threading in MAPI=_mapi1book_About_Threading_in_MAPI
  260. 3 Using Thread-Safe Objects=_mapi1book_Using_Thread_Safe_Objects
  261. 3 Implementing Thread-Safe Objects=_mapi1book_Implementing_Thread_Safe_Objects
  262. 3 About Profile Administration=_mapi1book_About_Profile_Administration
  263. 3 About Interfaces for Profile Administration=_mapi1book_About_Interfaces_for_Profile_Administration
  264. 3 About Profile Administration Objects=_mapi1book_About_Profile_Administration_Objects
  265. 3 About Message Service Administration Objects=_mapi1book_About_Message_Service_Administration_Objects
  266. 3 About Profile Section Objects=_mapi1book_About_Profile_Section_Objects
  267. 3 About Provider Administration Objects=_mapi1book_About_Provider_Administration_Objects
  268. 3 Working with Character Sets=_mapi1book_Working_with_Character_Sets
  269. 3 About Supporting Formatted Text=_mapi1book_About_Supporting_Formatted_Text
  270. 3 Synchronizing Text and Formatting=_mapi1book_Synchronizing_Text_and_Formatting
  271. 3 Supporting Formatted Text in Outgoing Messages: Client Responsibilities=_mapi1book_Supporting_Formatted_Text_in_Outgoing_Messages_Client_Responsibilities
  272. 3 Supporting Formatted Text in Incoming Messages: Client Responsibilities=_mapi1book_Supporting_Formatted_Text_in_Incoming_Messages_Client_Responsibilities
  273. 3 Supporting Formatted Text: Message Store Responsibilities=_mapi1book_Supporting_Formatted_Text_Message_Store_Responsibilities
  274. 3 Supporting Formatted Text: Rendering Attachments=_mapi1book_Supporting_Formatted_Text_Rendering_Attachments
  275. 3 Supporting Formatted Text: Gateway Responsibilities=_mapi1book_Supporting_Formatted_Text_Gateway_Responsibilities
  276. 3 About Sending Across Messaging Domains=_mapi1book_About_Sending_Across_Messaging_Domains
  277. 3 About Gateway Mappable Properties=_mapi1book_About_Gateway_Mappable_Properties
  278. 3 About Client Naming Responsibilities=_mapi1book_About_Client_Naming_Responsibilities
  279. 3 About Gateway Mapping Responsibilities=_mapi1book_About_Gateway_Mapping_Responsibilities
  280. 3 About the Idle Utility=_mapi1book_About_the_Idle_Utility
  281. 2 Developing a Client Application
  282. 3 Developing a Client Application=_mapi1book_Developing_a_Client_Application
  283. 3 Types of Client Applications=_mapi1book_Types_of_Client_Applications
  284. 3 Linking to the MAPI DLLs=_mapi1book_Linking_to_the_MAPI_DLLs
  285. 3 Session Handling=_mapi1book_Session_Handling
  286. 3 Starting a MAPI Client Session=_mapi1book_Starting_a_MAPI_Client_Session
  287. 3 Initializing the MAPI Libraries=_mapi1book_Initializing_the_MAPI_Libraries
  288. 3 Initializing the OLE Libraries=_mapi1book_Initializing_the_OLE_Libraries
  289. 3 Initializing the MAPI Utilities=_mapi1book_Initializing_the_MAPI_Utilities
  290. 3 Logging On a MAPI Client=_mapi1book_Logging_On_a_MAPI_Client
  291. 3 Ending a MAPI Client Session=_mapi1book_Ending_a_MAPI_Client_Session
  292. 3 Opening and Comparing Provider Objects=_mapi1book_Opening_and_Comparing_Provider_Objects
  293. 3 About Provider and Session Identity=_mapi1book_About_Provider_and_Session_Identity
  294. 3 Using the Status Table and Status Objects=_mapi1book_Using_the_Status_Table_and_Status_Objects
  295. 3 Requesting Read and Delivery Status Reports=_mapi1book_Requesting_Read_and_Delivery_Status_Reports
  296. 3 Handling Outgoing Messages=_mapi1book_Handling_Outgoing_Messages
  297. 3 Opening the Default Message Store=_mapi1book_Opening_the_Default_Message_Store
  298. 3 Opening the Outbox Folder=_mapi1book_Opening_the_Outbox_Folder
  299. 3 Creating an Outgoing Message=_mapi1book_Creating_an_Outgoing_Message
  300. 3 Adding a Message Recipient=_mapi1book_Adding_a_Message_Recipient
  301. 3 Adding a Message Subject=_mapi1book_Adding_a_Message_Subject
  302. 3 Adding Message Text=_mapi1book_Adding_Message_Text
  303. 3 Adding Rendering Information to Formatted Text=_mapi1book_Adding_Rendering_Information_to_Formatted_Text
  304. 3 Adding a Message Attachment=_mapi1book_Adding_a_Message_Attachment
  305. 3 Saving an Outgoing Message=_mapi1book_Saving_an_Outgoing_Message
  306. 3 Sending an Outgoing Message=_mapi1book_Sending_an_Outgoing_Message
  307. 3 Posting a Message=_mapi1book_Posting_a_Message
  308. 3 Resending an Undelivered Message=_mapi1book_Resending_an_Undelivered_Message
  309. 3 Handling Replies and Forwarded Messages=_mapi1book_Handling_Replies_and_Forwarded_Messages
  310. 3 Setting Properties on a Reply or Forwarded Message=_mapi1book_Setting_Properties_on_a_Reply_or_Forwarded_Message
  311. 3 Selecting a Recipient for a Reply or Forwarded Message=_mapi1book_Selecting_a_Recipient_for_a_Reply_or_Forwarded_Message
  312. 3 Copying an Attachment on a Forwarded Message=_mapi1book_Copying_an_Attachment_on_a_Forwarded_Message
  313. 3 Handling Incoming Messages=_mapi1book_Handling_Incoming_Messages
  314. 3 Selecting a Receive Folder=_mapi1book_Selecting_a_Receive_Folder
  315. 3 Opening a Receive Folder=_mapi1book_Opening_a_Receive_Folder
  316. 3 Determining Message Ownership=_mapi1book_Determining_Message_Ownership
  317. 3 Viewing a Folder Contents Table=_mapi1book_Viewing_a_Folder_Contents_Table
  318. 3 Opening an Incoming Message=_mapi1book_Opening_an_Incoming_Message
  319. 3 Opening Message Text=_mapi1book_Opening_Message_Text
  320. 3 Rendering Attachments in Plain Text=_mapi1book_Rendering_Attachments_in_Plain_Text
  321. 3 Rendering Attachments in Formatted Text=_mapi1book_Rendering_Attachments_in_Formatted_Text
  322. 3 Opening an Attachment=_mapi1book_Opening_an_Attachment
  323. 3 Handling Notifications=_mapi1book_Handling_Notifications
  324. 3 Timing a Notification=_mapi1book_Timing_a_Notification
  325. 3 Ensuring a Thread Safe Notification=_mapi1book_Ensuring_a_Thread_Safe_Notification
  326. 3 Handling an Object Notification=_mapi1book_Handling_an_Object_Notification
  327. 3 Registering for a Notification=_mapi1book_Registering_for_a_Notification
  328. 3 Registering for a Message Store Notification=_mapi1book_Registering_for_a_Message_Store_Notification
  329. 3 Registering for an Address Book Notification=_mapi1book_Registering_for_an_Address_Book_Notification
  330. 3 Registering for a Table Notification=_mapi1book_Registering_for_a_Table_Notification
  331. 3 Canceling a Notification=_mapi1book_Canceling_a_Notification
  332. 3 Implementing an Advise Sink Object=_mapi1book_Implementing_an_Advise_Sink_Object
  333. 3 Forcing a Notification=_mapi1book_Forcing_a_Notification
  334. 3 Handling the Address Book=_mapi1book_Handling_the_Address_Book
  335. 3 Opening the Address Book=_mapi1book_Opening_the_Address_Book
  336. 3 Opening an Address Book Container=_mapi1book_Opening_an_Address_Book_Container
  337. 3 Setting Address Book Options=_mapi1book_Setting_Address_Book_Options
  338. 3 Creating an Address Book Entry=_mapi1book_Creating_an_Address_Book_Entry
  339. 3 Creating an Entry with IAddrBook::NewEntry=_mapi1book_Creating_an_Entry_with_IAddrBook_NewEntry
  340. 3 Creating an Entry with IABContainer::CreateEntry=_mapi1book_Creating_an_Entry_with_IABContainer_CreateEntry
  341. 3 Copying an Address Book Entry=_mapi1book_Copying_an_Address_Book_Entry
  342. 3 Deleting an Address Book Entry=_mapi1book_Deleting_an_Address_Book_Entry
  343. 3 Preparing a Recipient with IAddrBook::PrepareRecips=_mapi1book_Preparing_a_Recipient_with_IAddrBook_PrepareRecips
  344. 3 Retrieving Address Book Entry Properties=_mapi1book_Retrieving_Address_Book_Entry_Properties
  345. 3 Searching the Address Book=_mapi1book_Searching_the_Address_Book
  346. 3 Using an Advanced Search Dialog Box=_mapi1book_Using_an_Advanced_Search_Dialog_Box
  347. 3 Resolving a Name=_mapi1book_Resolving_a_Name
  348. 3 Handling a Message Store=_mapi1book_Handling_a_Message_Store
  349. 3 Opening a Message Store=_mapi1book_Opening_a_Message_Store
  350. 3 Validating a Message Store=_mapi1book_Validating_a_Message_Store
  351. 3 Setting Message Store Features=_mapi1book_Setting_Message_Store_Features
  352. 3 Handling User Access to Folders=_mapi1book_Handling_User_Access_to_Folders
  353. 3 Deleting a Message=_mapi1book_Deleting_a_Message
  354. 3 Copying or Moving a Message=_mapi1book_Copying_or_Moving_a_Message
  355. 3 Handling a Transport Provider=_mapi1book_Handling_a_Transport_Provider
  356. 3 Sending or Receiving a Message on Demand=_mapi1book_Sending_or_Receiving_a_Message_on_Demand
  357. 3 Setting Transport Order=_mapi1book_Setting_Transport_Order
  358. 3 Reconfiguring a Transport Provider=_mapi1book_Reconfiguring_a_Transport_Provider
  359. 3 Handling Profiles=_mapi1book_Handling_Profiles
  360. 3 Locating the Default Profile=_mapi1book_Locating_the_Default_Profile
  361. 3 Understanding Profile Order=_mapi1book_Understanding_Profile_Order
  362. 3 Creating a Profile with NEWPROF=_mapi1book_Creating_a_Profile_with_NEWPROF
  363. 3 Creating a Profile with Custom Code=_mapi1book_Creating_a_Profile_with_Custom_Code
  364. 3 Copying a Profile=_mapi1book_Copying_a_Profile
  365. 3 Modifying a Profile=_mapi1book_Modifying_a_Profile
  366. 3 Modifying a Message Service=_mapi1book_Modifying_a_Message_Service
  367. 3 Advanced Client Topics=_mapi1book_Advanced_Client_Topics
  368. 3 Writing an Automated Client=_mapi1book_Writing_an_Automated_Client
  369. 3 Writing a Remote Viewer=_mapi1book_Writing_a_Remote_Viewer
  370. 3 Writing a Hierarchy Viewer=_mapi1book_Writing_a_Hierarchy_Viewer
  371. 3 Using the MAPI Utilities=_mapi1book_Using_the_MAPI_Utilities
  372. 3 Converting to OLE Messaging Library Identifiers=_mapi1book_Converting_to_OLE_Messaging_Library_Identifiers
  373. 3 Implementing a Progress Indicator=_mapi1book_Implementing_a_Progress_Indicator
  374. 3 Improving Client Performance=_mapi1book_Improving_Client_Performance
  375. 3 Avoid Certain Methods at Startup=_mapi1book_Avoid_Certain_Methods_at_Startup
  376. 3 Get and Set Multiple Properties=_mapi1book_Get_and_Set_Multiple_Properties
  377. 3 Use a Table to Work with Properties=_mapi1book_Use_a_Table_to_Work_with_Properties
  378. 3 Get and Set Properties with GetProps and SetProps=_mapi1book_Get_and_Set_Properties_with_GetProps_and_SetProps
  379. 3 Save Frequently Used Properties=_mapi1book_Save_Frequently_Used_Properties
  380. 3 Defer Processing=_mapi1book_Defer_Processing
  381. 3 Write Uncompressed Formatted Text=_mapi1book_Write_Uncompressed_Formatted_Text
  382. 3 Avoid Using IStream::SetSize to Extend a Stream=_mapi1book_Avoid_Using_IStream_SetSize_to_Extend_a_Stream
  383. 3 Sort Tables after Setting Columns and Restrictions=_mapi1book_Sort_Tables_after_Setting_Columns_and_Restrictions
  384. 3 Call QueryRows for Small Tables=_mapi1book_Call_QueryRows_for_Small_Tables
  385. 3 Open OLE Attachments with IStreamDocfile=_mapi1book_Open_OLE_Attachments_with_IStreamDocfile
  386. 3 Name Folders with Character Strings=_mapi1book_Name_Folders_with_Character_Strings
  387. 2 Service Provider Basics
  388. 3 Service Provider Basics=_mapi1book_Service_Provider_Basics
  389. 3 Loading Service Providers=_mapi1book_Loading_Service_Providers
  390. 3 About Provider DLL Entry Point Functions=_mapi1book_About_Provider_DLL_Entry_Point_Functions
  391. 3 Checking Service Provider Interface Versions=_mapi1book_Checking_Service_Provider_Interface_Versions
  392. 3 Service Provider Logon=_mapi1book_Service_Provider_Logon
  393. 3 Verifying Service Provider Configuration=_mapi1book_Verifying_Service_Provider_Configuration
  394. 3 About Service Provider Logon Objects=_mapi1book_About_Service_Provider_Logon_Objects
  395. 3 Registering Service Provider Unique Identifiers=_mapi1book_Registering_Service_Provider_Unique_Identifiers
  396. 3 Shutting Down Service Providers=_mapi1book_Shutting_Down_Service_Providers
  397. 3 Shutting Down a Message Store Provider=_mapi1book_Shutting_Down_a_Message_Store_Provider
  398. 3 Invalidating Objects=_mapi1book_Invalidating_Objects
  399. 3 Using Support Objects=_mapi1book_Using_Support_Objects
  400. 3 Using Support Objects During Logon=_mapi1book_Using_Support_Objects_During_Logon
  401. 3 Using Support Objects for Configuration=_mapi1book_Using_Support_Objects_for_Configuration
  402. 3 Using Support Objects for Utility Services=_mapi1book_Using_Support_Objects_for_Utility_Services
  403. 3 Using Support Objects Among Service Providers=_mapi1book_Using_Support_Objects_Among_Service_Providers
  404. 3 Using Support Objects for Event Notification=_mapi1book_Using_Support_Objects_for_Event_Notification
  405. 3 Considerations for Event Notification=_mapi1book_Considerations_for_Event_Notification
  406. 3 Implementing a Message Service=_mapi1book_Implementing_a_Message_Service
  407. 3 Designing a Message Service=_mapi1book_Designing_a_Message_Service
  408. 3 Installing a Message Service=_mapi1book_Installing_a_Message_Service
  409. 3 About the MAPISVC.INF File=_mapi1book_About_the_MAPISVC.INF_File
  410. 3 Updating MAPISVC.INF=_mapi1book_Updating_MAPISVC.INF
  411. 3 The [Help File Mappings] Section in MAPISVC.INF=_mapi1book_The_Help_File_Mappings_Section_in_MAPISVC.INF
  412. 3 The [Services] Section in MAPISVC.INF=_mapi1book_The_Services_Section_in_MAPISVC.INF
  413. 3 The [Default Services] Section in MAPISVC.INF=_mapi1book_The_Default_Services_Section_in_MAPISVC.INF
  414. 3 Message Service Sections in MAPISVC.INF=_mapi1book_Message_Service_Sections_in_MAPISVC.INF
  415. 3 Message Service Section List Entries in MAPISVC.INF=_mapi1book_Message_Service_Section_List_Entries_in_MAPISVC.INF
  416. 3 Service Provider Sections in MAPISVC.INF=_mapi1book_Service_Provider_Sections_in_MAPISVC.INF
  417. 3 Configuring a Message Service=_mapi1book_Configuring_a_Message_Service
  418. 3 About Message Service Entry Point Functions=_mapi1book_About_Message_Service_Entry_Point_Functions
  419. 3 Implementing a Message Service Entry Point Function=_mapi1book_Implementing_a_Message_Service_Entry_Point_Function
  420. 3 Supporting the Profile Wizard=_mapi1book_Supporting_the_Profile_Wizard
  421. 3 (Untitled) _mapi1book_About_Profile_Wizard_Dialog_Procedures=_mapi1book_About_Profile_Wizard_Dialog_Procedures
  422. 3 Implementing Property Sheets=_mapi1book_Implementing_Property_Sheets
  423. 3 Displaying a Progress Indicator=_mapi1book_Displaying_a_Progress_Indicator
  424. 3 Using Progress Objects=_mapi1book_Using_Progress_Objects
  425. 3 Displaying Progress Step by Step=_mapi1book_Displaying_Progress_Step_by_Step
  426. 2 Developing an Address Book Provider
  427. 3 Developing an Address Book Provider=_mapi1book_Developing_an_Address_Book_Provider
  428. 3 Features for Address Book Providers=_mapi1book_Features_for_Address_Book_Providers
  429. 3 Implementing Your Address Book Provider's DLL Entry Point Function=_mapi1book_Implementing_Your_Address_Book_Providers_DLL_Entry_Point_Function
  430. 3 Implementing the IABProvider Interface=_mapi1book_Implementing_the_IABProvider_Interface
  431. 3 Implementing IABProvider::Logon=_mapi1book_Implementing_IABProvider_Logon
  432. 3 Implementing IABProvider::Shutdown=_mapi1book_Implementing_IABProvider_Shutdown
  433. 3 Implementing the IABLogon Interface=_mapi1book_Implementing_the_IABLogon_Interface
  434. 3 Implementing IABLogon::OpenEntry=_mapi1book_Implementing_IABLogon_OpenEntry
  435. 3 Implementing IABLogon::CompareEntryIDs=_mapi1book_Implementing_IABLogon_CompareEntryIDs
  436. 3 Implementing IABLogon::OpenStatusEntry=_mapi1book_Implementing_IABLogon_OpenStatusEntry
  437. 3 Implementing IABLogon::Advise and IABLogon::Unadvise=_mapi1book_Implementing_IABLogon_Advise_and_IABLogon_Unadvise
  438. 3 Implementing IABLogon::PrepareRecips=_mapi1book_Implementing_IABLogon_PrepareRecips
  439. 3 Implementing a Foreign Address Book Provider=_mapi1book_Implementing_a_Foreign_Address_Book_Provider
  440. 3 Implementing IABLogon::Logoff=_mapi1book_Implementing_IABLogon_Logoff
  441. 3 Implementing Address Book Containers=_mapi1book_Implementing_Address_Book_Containers
  442. 3 Implementing IABContainer::CreateEntry=_mapi1book_Implementing_IABContainer_CreateEntry
  443. 3 Implementing IABContainer::CopyEntries=_mapi1book_Implementing_IABContainer_CopyEntries
  444. 3 Implementing IABContainer::DeleteEntries=_mapi1book_Implementing_IABContainer_DeleteEntries
  445. 3 Implementing Advanced Searching=_mapi1book_Implementing_Advanced_Searching
  446. 3 Implementing Name Resolution=_mapi1book_Implementing_Name_Resolution
  447. 3 Implementing IABContainer::ResolveNames=_mapi1book_Implementing_IABContainer_ResolveNames
  448. 3 Implementing the PR_ANR Property Restriction=_mapi1book_Implementing_the_PR_ANR_Property_Restriction
  449. 3 Implementing a Host Address Book Provider=_mapi1book_Implementing_a_Host_Address_Book_Provider
  450. 3 Implementing Recipient Details=_mapi1book_Implementing_Recipient_Details
  451. 3 Implementing Control Objects=_mapi1book_Implementing_Control_Objects
  452. 3 Implementing an Address Book Status Object=_mapi1book_Implementing_an_Address_Book_Status_Object
  453. 3 Implementing One-Off Tables=_mapi1book_Implementing_One_Off_Tables
  454. 3 Implementing a Provider One-Off Table=_mapi1book_Implementing_a_Provider_One_Off_Table
  455. 3 Implementing a Container One-Off Table=_mapi1book_Implementing_a_Container_One_Off_Table
  456. 2 Developing a Transport Provider
  457. 3 Developing a Transport Provider=_mapi1book_Developing_a_Transport_Provider
  458. 3 What is a Transport Provider=_mapi1book_What_is_a_Transport_Provider
  459. 3 Types of Transport Providers=_mapi1book_Types_of_Transport_Providers
  460. 3 Transport Provider's Role in the MAPI Subsystem=_mapi1book_Transport_Providers_Role_in_the_MAPI_Subsystem
  461. 3 Transport Provider-MAPI Spooler Operational Model=_mapi1book_Transport_Provider_MAPI_Spooler_Operational_Model
  462. 3 Message Submission Model=_mapi1book_Message_Submission_Model
  463. 3 Message Reception Model=_mapi1book_Message_Reception_Model
  464. 3 Required Functionality for Transport Providers=_mapi1book_Required_Functionality_for_Transport_Providers
  465. 3 Working with MAPI and Other Providers=_mapi1book_Working_with_MAPI_and_Other_Providers
  466. 3 Interacting with the MAPI Spooler=_mapi1book_Interacting_with_the_MAPI_Spooler
  467. 3 Initializing the Transport Provider=_mapi1book_Initializing_the_Transport_Provider
  468. 3 Releasing the Transport Provider=_mapi1book_Releasing_the_Transport_Provider
  469. 3 Implementing the FlushQueues Method=_mapi1book_Implementing_the_FlushQueues_Method
  470. 3 Setting Properties on Incoming Messages=_mapi1book_Setting_Properties_on_Incoming_Messages
  471. 3 Using the Support Object=_mapi1book_Using_the_Support_Object
  472. 3 Providing Status=_mapi1book_Providing_Status
  473. 3 Optional Features Transport Providers Can Implement=_mapi1book_Optional_Features_Transport_Providers_Can_Implement
  474. 3 Implementing Message and Recipient Options with Transport Providers=_mapi1book_Implementing_Message_and_Recipient_Options_with_Transport_Providers
  475. 3 Implementing Security with Transport Providers=_mapi1book_Implementing_Security_with_Transport_Providers
  476. 3 Displaying Configuration Property Sheets with Transport Providers=_mapi1book_Displaying_Configuration_Property_Sheets_with_Transport_Providers
  477. 3 Sending Message Delivery Reports with Transport Providers=_mapi1book_Sending_Message_Delivery_Reports_with_Transport_Providers
  478. 2 Developing a TNEF-Enabled Transport Provider
  479. 3 Developing a TNEF-Enabled Transport Provider=_mapi1book_Developing_a_TNEF_Enabled_Transport_Provider
  480. 3 TNEF Processing=_mapi1book_TNEF_Processing
  481. 3 Encoding a Message with TNEF=_mapi1book_Encoding_a_Message_with_TNEF
  482. 3 Custom Processing with TNEF=_mapi1book_Custom_Processing_with_TNEF
  483. 3 Sending Messages with TNEF Custom Attachment Processing=_mapi1book_Sending_Messages_with_TNEF_Custom_Attachment_Processing
  484. 3 Receiving Messages with TNEF Custom Attachment Processing=_mapi1book_Receiving_Messages_with_TNEF_Custom_Attachment_Processing
  485. 3 TNEF Tagged Message Text=_mapi1book_TNEF_Tagged_Message_Text
  486. 3 Encoding Recipient Tables with TNEF=_mapi1book_Encoding_Recipient_Tables_with_TNEF
  487. 2 Developing a Remote Transport Provider
  488. 3 Developing a Remote Transport Provider=_mapi1book_Developing_a_Remote_Transport_Provider
  489. 3 Remote Transport Architecture=_mapi1book_Remote_Transport_Architecture
  490. 3 Advertising a Remote Transport=_mapi1book_Advertising_a_Remote_Transport
  491. 3 Required Status Row Properties for Remote Transports=_mapi1book_Required_Status_Row_Properties_for_Remote_Transports
  492. 3 Additional Remote Transport Functionality=_mapi1book_Additional_Remote_Transport_Functionality
  493. 3 Implementing the IMAPIFolder Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Interface_for_Remote_Transports
  494. 3 Implementing the IMAPIFolder Constructor for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Constructor_for_Remote_Transports
  495. 3 Implementing the IMAPIFolder Destructor for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Destructor_for_Remote_Transports
  496. 3 Implementing IMAPIFolder::SetMessageStatus for Remote Transports=_mapi1book_Implementing_IMAPIFolder_SetMessageStatus_for_Remote_Transports
  497. 3 Implementing the IMAPIContainer Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIContainer_Interface_for_Remote_Transports
  498. 3 Implementing the IMAPIProp Interface for Folder Objects for Remote Transports=_mapi1book_Implementing_the_IMAPIProp_Interface_for_Folder_Objects_for_Remote_Transports
  499. 3 Implementing the IUnknown Interface for Folder Objects for Remote Transports=_mapi1book_Implementing_the_IUnknown_Interface_for_Folder_Objects_for_Remote_Transports
  500. 3 Implementing the IMAPIStatus Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Interface_for_Remote_Transports
  501. 3 Implementing the IMAPIStatus Constructor for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Constructor_for_Remote_Transports
  502. 3 Implementing the IMAPIStatus Destructor for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Destructor_for_Remote_Transports
  503. 3 Implementing IMAPIStatus::ChangePassword for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_ChangePassword_for_Status_Objects_for_Remote_Transports
  504. 3 Implementing IMAPIStatus::FlushQueues for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_FlushQueues_for_Status_Objects_for_Remote_Transports
  505. 3 Implementing IMAPIStatus::SettingsDialog for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_SettingsDialog_for_Status_Objects_for_Remote_Transports
  506. 3 Implementing IMAPIStatus::ValidateState for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_ValidateState_for_Status_Objects_for_Remote_Transports
  507. 3 Implementing the IMAPIProp Interface for Status Objects for Remote Transports=_mapi1book_Implementing_the_IMAPIProp_Interface_for_Status_Objects_for_Remote_Transports
  508. 3 Implementing the IUnknown Interface for Status Objects for Remote Transports=_mapi1book_Implementing_the_IUnknown_Interface_for_Status_Objects_for_Remote_Transports
  509. 3 Background Processing and Allocating Scarce Resources=_mapi1book_Background_Processing_and_Allocating_Scarce_Resources
  510. 3 About Background Processing=_mapi1book_About_Background_Processing
  511. 3 Guidelines for Allocating Scarce Resources=_mapi1book_Guidelines_for_Allocating_Scarce_Resources
  512. 2 Developing a Message Store Provider
  513. 3 Developing a Message Store Provider=_mapi1book_Developing_a_Message_Store_Provider
  514. 3 About the Structure of Message Store Providers=_mapi1book_About_the_Structure_of_Message_Store_Providers
  515. 3 About Required and Optional Interfaces for Message Store Providers=_mapi1book_About_Required_and_Optional_Interfaces_for_Message_Store_Providers
  516. 3 About Message Store Features=_mapi1book_About_Message_Store_Features
  517. 3 About Providing Status for Message Store Providers=_mapi1book_About_Providing_Status_for_Message_Store_Providers
  518. 3 About Implementing Folders in Message Stores=_mapi1book_About_Implementing_Folders_in_Message_Stores
  519. 3 About Exposing Folders in Message Stores=_mapi1book_About_Exposing_Folders_in_Message_Stores
  520. 3 About Inbox and Outbox Folders in Message Stores=_mapi1book_About_Inbox_and_Outbox_Folders_in_Message_Stores
  521. 3 About Special Folders in Message Stores=_mapi1book_About_Special_Folders_in_Message_Stores
  522. 3 About Implementing Messages in Message Stores=_mapi1book_About_Implementing_Messages_in_Message_Stores
  523. 3 About Creating and Storing Messages in Message Stores=_mapi1book_About_Creating_and_Storing_Messages_in_Message_Stores
  524. 3 About Supporting Named Properties in Message Stores=_mapi1book_About_Supporting_Named_Properties_in_Message_Stores
  525. 3 About Supporting Multi-Valued Properties in Message Stores=_mapi1book_About_Supporting_Multi_Valued_Properties_in_Message_Stores
  526. 3 About Supporting Multiple Client Access to Messages in Message Stores=_mapi1book_About_Supporting_Multiple_Client_Access_to_Messages_in_Message_Stores
  527. 3 About Displaying Progress for Message Store Providers=_mapi1book_About_Displaying_Progress_for_Message_Store_Providers
  528. 3 About Providing Read and Nonread Reports for Message Store Providers=_mapi1book_About_Providing_Read_and_Nonread_Reports_for_Message_Store_Providers
  529. 3 About Implementing a Configuration Interface for Message Store Providers=_mapi1book_About_Implementing_a_Configuration_Interface_for_Message_Store_Providers
  530. 3 About Folder Associated Information Tables=_mapi1book_About_Folder_Associated_Information_Tables
  531. 3 About Sending Messages with Message Store Providers=_mapi1book_About_Sending_Messages_with_Message_Store_Providers
  532. 3 About Receiving Messages with Message Store Providers=_mapi1book_About_Receiving_Messages_with_Message_Store_Providers
  533. 3 About Supporting Message Attachments for Message Store Providers=_mapi1book_About_Supporting_Message_Attachments_for_Message_Store_Providers
  534. 3 About Supporting RTF Text for Message Store Providers=_mapi1book_About_Supporting_RTF_Text_for_Message_Store_Providers
  535. 3 About Providing Notifications for Message Store Providers=_mapi1book_About_Providing_Notifications_for_Message_Store_Providers
  536. 3 About Grouping and Restricting Tables in Message Store Providers=_mapi1book_About_Grouping_and_Restricting_Tables_in_Message_Store_Providers
  537. 3 About Supporting Searches in Message Store Providers=_mapi1book_About_Supporting_Searches_in_Message_Store_Providers
  538. 3 About Generating and Using Entry Identifiers in Message Store Providers=_mapi1book_About_Generating_and_Using_Entry_Identifiers_in_Message_Store_Providers
  539. 3 About Default Message Stores=_mapi1book_About_Default_Message_Stores
  540. 3 About Read-Only Message Stores=_mapi1book_About_Read_Only_Message_Stores
  541. 3 About Supporting Forms and Views in Read-Only Message Stores=_mapi1book_About_Supporting_Forms_and_Views_in_Read_Only_Message_Stores
  542. 3 About Tightly Coupled Message Store Providers=_mapi1book_About_Tightly_Coupled_Message_Store_Providers
  543. 3 About Loading Message Store Providers=_mapi1book_About_Loading_Message_Store_Providers
  544. 2 Developing MAPI Form Servers
  545. 3 Developing MAPI Form Servers=_mapi1book_Developing_MAPI_Form_Servers
  546. 3 Choosing a Form's Property Set=_mapi1book_Choosing_a_Forms_Property_Set
  547. 3 Choosing a Message Class=_mapi1book_Choosing_a_Message_Class
  548. 3 About Form States=_mapi1book_About_Form_States
  549. 3 About the Uninitialized State=_mapi1book_About_the_Uninitialized_State
  550. 3 About the Normal State=_mapi1book_About_the_Normal_State
  551. 3 About the No Scribble State=_mapi1book_About_the_No_Scribble_State
  552. 3 About the Hands Off After Save State=_mapi1book_About_the_Hands_Off_After_Save_State
  553. 3 About the Hands Off From Normal State=_mapi1book_About_the_Hands_Off_From_Normal_State
  554. 3 Writing Form Server Code=_mapi1book_Writing_Form_Server_Code
  555. 3 Declaring Form Interfaces=_mapi1book_Declaring_Form_Interfaces
  556. 3 Integrating MAPI Form Server Code with Windows Code=_mapi1book_Integrating_MAPI_Form_Server_Code_with_Windows_Code
  557. 3 Implementing the IMAPIForm Interface for Form Servers=_mapi1book_Implementing_the_IMAPIForm_Interface_for_Form_Servers
  558. 3 Implementing IMAPIForm::SetViewContext for Form Servers=_mapi1book_Implementing_IMAPIForm_SetViewContext_for_Form_Servers
  559. 3 Implementing IMAPIForm::GetViewContext for Form Servers=_mapi1book_Implementing_IMAPIForm_GetViewContext_for_Form_Servers
  560. 3 Implementing IMAPIForm::ShutdownForm for Form Servers=_mapi1book_Implementing_IMAPIForm_ShutdownForm_for_Form_Servers
  561. 3 Implementing IMAPIForm::DoVerb for Form Servers=_mapi1book_Implementing_IMAPIForm_DoVerb_for_Form_Servers
  562. 3 Implementing IMAPIForm::Advise for Form Servers=_mapi1book_Implementing_IMAPIForm_Advise_for_Form_Servers
  563. 3 Implementing IMAPIForm::Unadvise for Form Servers=_mapi1book_Implementing_IMAPIForm_Unadvise_for_Form_Servers
  564. 3 Implementing the IPersistMessage Interface for Form Servers=_mapi1book_Implementing_the_IPersistMessage_Interface_for_Form_Servers
  565. 3 Implementing IPersistMessage::GetClassID for Form Servers=_mapi1book_Implementing_IPersistMessage_GetClassID_for_Form_Servers
  566. 3 Implementing IPersistMessage::IsDirty for Form Servers=_mapi1book_Implementing_IPersistMessage_IsDirty_for_Form_Servers
  567. 3 Implementing IPersistMessage::InitNew for Form Servers=_mapi1book_Implementing_IPersistMessage_InitNew_for_Form_Servers
  568. 3 Implementing IPersistMessage::Load for Form Servers=_mapi1book_Implementing_IPersistMessage_Load_for_Form_Servers
  569. 3 Implementing IPersistMessage::Save for Form Servers=_mapi1book_Implementing_IPersistMessage_Save_for_Form_Servers
  570. 3 Implementing IPersistMessage::SaveCompleted for Form Servers=_mapi1book_Implementing_IPersistMessage_SaveCompleted_for_Form_Servers
  571. 3 Implementing IPersistMessage::HandsOffMessage for Form Servers=_mapi1book_Implementing_IPersistMessage_HandsOffMessage_for_Form_Servers
  572. 3 Implementing the IMAPIFormAdviseSink Interface for Form Servers=_mapi1book_Implementing_the_IMAPIFormAdviseSink_Interface_for_Form_Servers
  573. 3 Implementing IMAPIFormAdviseSink::OnChange for Form Servers=_mapi1book_Implementing_IMAPIFormAdviseSink_OnChange_for_Form_Servers
  574. 3 Implementing IMAPIFormAdviseSink::OnActivateNext for Form Servers=_mapi1book_Implementing_IMAPIFormAdviseSink_OnActivateNext_for_Form_Servers
  575. 3 Implementing the IClassFactory Interface for Form Servers=_mapi1book_Implementing_the_IClassFactory_Interface_for_Form_Servers
  576. 3 Implementing the IMAPIFormFactory Interface for Form Servers=_mapi1book_Implementing_the_IMAPIFormFactory_Interface_for_Form_Servers
  577. 3 Implementing IMAPIFormFactory::CreateClassFactory for Form Servers=_mapi1book_Implementing_IMAPIFormFactory_CreateClassFactory_for_Form_Servers
  578. 3 Implementing IMAPIFormFactory::LockServer for Form Servers=_mapi1book_Implementing_IMAPIFormFactory_LockServer_for_Form_Servers
  579. 3 Creating A Configuration File=_mapi1book_Creating_A_Configuration_File
  580. 3 Configuration File Format=_mapi1book_Configuration_File_Format
  581. 3 The [Description] Section in a Form Server Configuration File=_mapi1book_The_Description_Section_in_a_Form_Server_Configuration_File
  582. 3 The [Extensions] Section in a Form Server Configuration File=_mapi1book_The_Extensions_Section_in_a_Form_Server_Configuration_File
  583. 3 The [Platforms] Section in a Form Server Configuration File=_mapi1book_The_Platforms_Section_in_a_Form_Server_Configuration_File
  584. 3 The [Properties] Section in a Form Server Configuration File=_mapi1book_The_Properties_Section_in_a_Form_Server_Configuration_File
  585. 3 The [Verbs] Section in a Form Server Configuration File=_mapi1book_The_Verbs_Section_in_a_Form_Server_Configuration_File
  586. 3 Form Server Interactions=_mapi1book_Form_Server_Interactions
  587. 3 Retrieving Form Properties=_mapi1book_Retrieving_Form_Properties
  588. 3 Launching a Form to Read a Message=_mapi1book_Launching_a_Form_to_Read_a_Message
  589. 3 Launching a New Compose Form=_mapi1book_Launching_a_New_Compose_Form
  590. 3 Launching a Form Server=_mapi1book_Launching_a_Form_Server
  591. 3 Installing a Form into a Library=_mapi1book_Installing_a_Form_into_a_Library
  592. 2 Developing a Hook Provider or Preprocessor
  593. 3 Developing a Hook Provider or Preprocessor=_mapi1book_Developing_a_Hook_Provider_or_Preprocessor
  594. 3 Sending Messages using Hook Providers and Preprocessors=_mapi1book_Sending_Messages_using_Hook_Providers_and_Preprocessors
  595. 3 Receiving Messages using Hook Providers=_mapi1book_Receiving_Messages_using_Hook_Providers
  596. 3 About Hook Providers=_mapi1book_About_Hook_Providers
  597. 3 About Hook Provider Entry Points=_mapi1book_About_Hook_Provider_Entry_Points
  598. 3 About Implementing HPProviderInit for Hook Providers=_mapi1book_About_Implementing_HPProviderInit_for_Hook_Providers
  599. 3 About Implementing ServiceEntry for Hook Providers=_mapi1book_About_Implementing_ServiceEntry_for_Hook_Providers
  600. 3 About Implementing WizardEntry for Hook Providers=_mapi1book_About_Implementing_WizardEntry_for_Hook_Providers
  601. 3 About Hook Provider Interfaces=_mapi1book_About_Hook_Provider_Interfaces
  602. 3 Implementing the InboundMsgHook and OutboundMsgHook Methods for Hook Providers=_mapi1book_Implementing_the_InboundMsgHook_and_OutboundMsgHook_Methods_for_Hook_Providers
  603. 3 Interactions Between Hook Providers and the MAPI Spooler=_mapi1book_Interactions_Between_Hook_Providers_and_the_MAPI_Spooler
  604. 3 About Preprocessors=_mapi1book_About_Preprocessors
  605. 3 Registering a Preprocessor=_mapi1book_Registering_a_Preprocessor
  606. 3 Creating a Minimal Transport Provider=_mapi1book_Creating_a_Minimal_Transport_Provider
  607. 3 Implementing the PreprocessMessage Function for Preprocessors=_mapi1book_Implementing_the_PreprocessMessage_Function_for_Preprocessors
  608. 3 Implementing the RemovePreprocessInfo Function for Preprocessors=_mapi1book_Implementing_the_RemovePreprocessInfo_Function_for_Preprocessors
  609. 2 Testing and Debugging
  610. 3 Testing and Debugging=_mapi1book_Testing_and_Debugging
  611. 3 About MAPIDBG.INI=_mapi1book_About_MAPIDBG.INI
  612. 3 The [General] Section in MAPIDBG.INI=_mapi1book_The_General_Section_in_MAPIDBG.INI
  613. 3 The [Local Heap Failures] Section in MAPIDBG.INI=_mapi1book_The_Local_Heap_Failures_Section_in_MAPIDBG.INI
  614. 3 The [Memory Management] Section in MAPIDBG.INI=_mapi1book_The_Memory_Management_Section_in_MAPIDBG.INI
  615. 3 The [MAPIX] Section in MAPIDBG.INI=_mapi1book_The_MAPIX_Section_in_MAPIDBG.INI
  616. 3 The [Simple MAPI] Section in MAPIDBG.INI=_mapi1book_The_Simple_MAPI_Section_in_MAPIDBG.INI
  617. 3 The [Spooler] Section in MAPIDBG.INI=_mapi1book_The_Spooler_Section_in_MAPIDBG.INI
  618. 3 The [TNEF] Section in MAPIDBG.INI=_mapi1book_The_TNEF_Section_in_MAPIDBG.INI
  619. 3 Tracing Memory Leaks=_mapi1book_Tracing_Memory_Leaks
  620. 2 MAPI Interfaces
  621. 3 MAPI Interfaces=_mapi1book_MAPI_Interfaces
  622. 3 IABContainer : IMAPIContainer=_mapi1book_IABContainer_IMAPIContainer
  623. 3 IABContainer::CopyEntries=_mapi1book_IABContainer_CopyEntries
  624. 3 IABContainer::CreateEntry=_mapi1book_IABContainer_CreateEntry
  625. 3 IABContainer::DeleteEntries=_mapi1book_IABContainer_DeleteEntries
  626. 3 IABContainer::ResolveNames=_mapi1book_IABContainer_ResolveNames
  627. 2 IABLogon
  628. 3 IABLogon : IUnknown=_mapi1book_IABLogon_IUnknown
  629. 3 IABLogon::Advise=_mapi1book_IABLogon_Advise
  630. 3 IABLogon::CompareEntryIDs=_mapi1book_IABLogon_CompareEntryIDs
  631. 3 IABLogon::GetLastError=_mapi1book_IABLogon_GetLastError
  632. 3 IABLogon::GetOneOffTable=_mapi1book_IABLogon_GetOneOffTable
  633. 3 IABLogon::Logoff=_mapi1book_IABLogon_Logoff
  634. 3 IABLogon::OpenEntry=_mapi1book_IABLogon_OpenEntry
  635. 3 IABLogon::OpenStatusEntry=_mapi1book_IABLogon_OpenStatusEntry
  636. 3 IABLogon::OpenTemplateID=_mapi1book_IABLogon_OpenTemplateID
  637. 3 IABLogon::PrepareRecips=_mapi1book_IABLogon_PrepareRecips
  638. 3 IABLogon::Unadvise=_mapi1book_IABLogon_Unadvise
  639. 2 IABProvider
  640. 3 IABProvider : IUnknown=_mapi1book_IABProvider_IUnknown
  641. 3 IABProvider::Logon=_mapi1book_IABProvider_Logon
  642. 3 IABProvider::Shutdown=_mapi1book_IABProvider_Shutdown
  643. 2 IAddrBook
  644. 3 IAddrBook : IUnknown=_mapi1book_IAddrBook_IUnknown
  645. 3 IAddrBook::Address=_mapi1book_IAddrBook_Address
  646. 3 IAddrBook::Advise=_mapi1book_IAddrBook_Advise
  647. 3 IAddrBook::CompareEntryIDs=_mapi1book_IAddrBook_CompareEntryIDs
  648. 3 IAddrBook::CreateOneOff=_mapi1book_IAddrBook_CreateOneOff
  649. 3 IAddrBook::Details=_mapi1book_IAddrBook_Details
  650. 3 IAddrBook::GetDefaultDir=_mapi1book_IAddrBook_GetDefaultDir
  651. 3 IAddrBook::GetPAB=_mapi1book_IAddrBook_GetPAB
  652. 3 IAddrBook::GetSearchPath=_mapi1book_IAddrBook_GetSearchPath
  653. 3 IAddrBook::NewEntry=_mapi1book_IAddrBook_NewEntry
  654. 3 IAddrBook::OpenEntry=_mapi1book_IAddrBook_OpenEntry
  655. 3 IAddrBook::PrepareRecips=_mapi1book_IAddrBook_PrepareRecips
  656. 3 IAddrBook::QueryDefaultRecipOpt=_mapi1book_IAddrBook_QueryDefaultRecipOpt
  657. 3 IAddrBook::RecipOptions=_mapi1book_IAddrBook_RecipOptions
  658. 3 IAddrBook::ResolveName=_mapi1book_IAddrBook_ResolveName
  659. 3 IAddrBook::SetDefaultDir=_mapi1book_IAddrBook_SetDefaultDir
  660. 3 IAddrBook::SetPAB=_mapi1book_IAddrBook_SetPAB
  661. 3 IAddrBook::SetSearchPath=_mapi1book_IAddrBook_SetSearchPath
  662. 3 IAddrBook::Unadvise=_mapi1book_IAddrBook_Unadvise
  663. 2 IAttach
  664. 3 IAttach : IMAPIProp=_mapi1book_IAttach_IMAPIProp
  665. 2 IDistList
  666. 3 IDistList : IMAPIContainer=_mapi1book_IDistList_IMAPIContainer
  667. 2 IMailUser
  668. 3 IMailUser : IMAPIProp=_mapi1book_IMailUser_IMAPIProp
  669. 2 IMAPIAdviseSink
  670. 3 IMAPIAdviseSink : IUnknown=_mapi1book_IMAPIAdviseSink_IUnknown
  671. 3 IMAPIAdviseSink::OnNotify=_mapi1book_IMAPIAdviseSink_OnNotify
  672. 2 IMAPIContainer
  673. 3 IMAPIContainer : IMAPIProp=_mapi1book_IMAPIContainer_IMAPIProp
  674. 3 IMAPIContainer::GetContentsTable=_mapi1book_IMAPIContainer_GetContentsTable
  675. 3 IMAPIContainer::GetHierarchyTable=_mapi1book_IMAPIContainer_GetHierarchyTable
  676. 3 IMAPIContainer::GetSearchCriteria=_mapi1book_IMAPIContainer_GetSearchCriteria
  677. 3 IMAPIContainer::OpenEntry=_mapi1book_IMAPIContainer_OpenEntry
  678. 3 IMAPIContainer::SetSearchCriteria=_mapi1book_IMAPIContainer_SetSearchCriteria
  679. 2 IMAPIControl
  680. 3 IMAPIControl : IUnknown=_mapi1book_IMAPIControl_IUnknown
  681. 3 IMAPIControl::Activate=_mapi1book_IMAPIControl_Activate
  682. 3 IMAPIControl::GetLastError=_mapi1book_IMAPIControl_GetLastError
  683. 3 IMAPIControl::GetState=_mapi1book_IMAPIControl_GetState
  684. 2 IMAPIFolder
  685. 3 IMAPIFolder : IMAPIContainer=_mapi1book_IMAPIFolder_IMAPIContainer
  686. 3 IMAPIFolder::CopyFolder=_mapi1book_IMAPIFolder_CopyFolder
  687. 3 IMAPIFolder::CopyMessages=_Mapi1book_IMAPIFolder_CopyMessages
  688. 3 IMAPIFolder::CreateFolder=_Mapi1book_IMAPIFolder_CreateFolder
  689. 3 IMAPIFolder::CreateMessage=_Mapi1book_IMAPIFolder_CreateMessage
  690. 3 IMAPIFolder::DeleteFolder=_Mapi1book_IMAPIFolder_DeleteFolder
  691. 3 IMAPIFolder::DeleteMessages=_Mapi1book_IMAPIFolder_DeleteMessages
  692. 3 IMAPIFolder::EmptyFolder=_Mapi1book_IMAPIFolder_EmptyFolder
  693. 3 IMAPIFolder::GetMessageStatus=_Mapi1book_IMAPIFolder_GetMessageStatus
  694. 3 IMAPIFolder::SaveContentsSort=_Mapi1book_IMAPIFolder_SaveContentsSort
  695. 3 IMAPIFolder::SetMessageStatus=_Mapi1book_IMAPIFolder_SetMessageStatus
  696. 3 IMAPIFolder::SetReadFlags=_mapi1book_IMAPIFolder_SetReadFlags
  697. 2 IMAPIForm
  698. 3 IMAPIForm : IUnknown=_mapi1book_IMAPIForm_IUnknown
  699. 3 IMAPIForm::Advise=_mapi1book_IMAPIForm_Advise
  700. 3 IMAPIForm::DoVerb=_mapi1book_IMAPIForm_DoVerb
  701. 3 IMAPIForm::GetViewContext=_mapi1book_IMAPIForm_GetViewContext
  702. 3 IMAPIForm::SetViewContext=_mapi1book_IMAPIForm_SetViewContext
  703. 3 IMAPIForm::ShutdownForm=_mapi1book_IMAPIForm_ShutdownForm
  704. 3 IMAPIForm::Unadvise=_mapi1book_IMAPIForm_Unadvise
  705. 2 IMAPIFormAdviseSink
  706. 3 IMAPIFormAdviseSink : IUnknown=_mapi1book_IMAPIFormAdviseSink_IUnknown
  707. 3 IMAPIFormAdviseSink::OnActivateNext=_mapi1book_IMAPIFormAdviseSink_OnActivateNext
  708. 3 IMAPIFormAdviseSink::OnChange=_mapi1book_IMAPIFormAdviseSink_OnChange
  709. 2 IMAPIFormContainer
  710. 3 IMAPIFormContainer : IUnknown=_mapi1book_IMAPIFormContainer_IUnknown
  711. 3 IMAPIFormContainer::CalcFormPropSet=_mapi1book_IMAPIFormContainer_CalcFormPropSet
  712. 3 IMAPIFormContainer::GetDisplay=_mapi1book_IMAPIFormContainer_GetDisplay
  713. 3 IMAPIFormContainer::InstallForm=_mapi1book_IMAPIFormContainer_InstallForm
  714. 3 IMAPIFormContainer::RemoveForm=_mapi1book_IMAPIFormContainer_RemoveForm
  715. 3 IMAPIFormContainer::ResolveMessageClass=_mapi1book_IMAPIFormContainer_ResolveMessageClass
  716. 3 IMAPIFormContainer::ResolveMultipleMessageClasses=_mapi1book_IMAPIFormContainer_ResolveMultipleMessageClasses
  717. 2 IMAPIFormFactory
  718. 3 IMAPIFormFactory : IUnknown=_mapi1book_IMAPIFormFactory_IUnknown
  719. 3 IMAPIFormFactory::CreateClassFactory=_mapi1book_IMAPIFormFactory_CreateClassFactory
  720. 3 IMAPIFormFactory::LockServer=_mapi1book_IMAPIFormFactory_LockServer
  721. 2 IMAPIFormInfo
  722. 3 IMAPIFormInfo : IMAPIProp=_mapi1book_IMAPIFormInfo_IMAPIProp
  723. 3 IMAPIFormInfo::CalcFormPropSet=_mapi1book_IMAPIFormInfo_CalcFormPropSet
  724. 3 IMAPIFormInfo::CalcVerbSet=_mapi1book_IMAPIFormInfo_CalcVerbSet
  725. 3 IMAPIFormInfo::MakeIconFromBinary=_mapi1book_IMAPIFormInfo_MakeIconFromBinary
  726. 3 IMAPIFormInfo::OpenFormContainer=_mapi1book_IMAPIFormInfo_OpenFormContainer
  727. 3 IMAPIFormInfo::SaveForm=_mapi1book_IMAPIFormInfo_SaveForm
  728. 2 IMAPIFormMgr
  729. 3 IMAPIFormMgr : IUnknown=_mapi1book_IMAPIFormMgr_IUnknown
  730. 3 IMAPIFormMgr::CalcFormPropSet=_mapi1book_IMAPIFormMgr_CalcFormPropSet
  731. 3 IMAPIFormMgr::CreateForm=_mapi1book_IMAPIFormMgr_CreateForm
  732. 3 IMAPIFormMgr::IsInConflict=_mapi1book_IMAPIFormMgr_IsInConflict
  733. 3 IMAPIFormMgr::LoadForm=_mapi1book_IMAPIFormMgr_LoadForm
  734. 3 IMAPIFormMgr::OpenFormContainer=_mapi1book_IMAPIFormMgr_OpenFormContainer
  735. 3 IMAPIFormMgr::PrepareForm=_mapi1book_IMAPIFormMgr_PrepareForm
  736. 3 IMAPIFormMgr::ResolveMessageClass=_mapi1book_IMAPIFormMgr_ResolveMessageClass
  737. 3 IMAPIFormMgr::ResolveMultipleMessageClasses=_mapi1book_IMAPIFormMgr_ResolveMultipleMessageClasses
  738. 3 IMAPIFormMgr::SelectForm=_mapi1book_IMAPIFormMgr_SelectForm
  739. 3 IMAPIFormMgr::SelectMultipleForms=_mapi1book_IMAPIFormMgr_SelectMultipleForms
  740. 3 IMAPIFormMgr::SelectFormContainer=_mapi1book_IMAPIFormMgr_SelectFormContainer
  741. 2 IMAPIMessageSite
  742. 3 IMAPIMessageSite : IUnknown=_mapi1book_IMAPIMessageSite_IUnknown
  743. 3 IMAPIMessageSite::CopyMessage=_mapi1book_IMAPIMessageSite_CopyMessage
  744. 3 IMAPIMessageSite::DeleteMessage=_mapi1book_IMAPIMessageSite_DeleteMessage
  745. 3 IMAPIMessageSite::GetFolder=_mapi1book_IMAPIMessageSite_GetFolder
  746. 3 IMAPIMessageSite::GetFormManager=_mapi1book_IMAPIMessageSite_GetFormManager
  747. 3 IMAPIMessageSite::GetMessage=_mapi1book_IMAPIMessageSite_GetMessage
  748. 3 IMAPIMessageSite::GetSession=_mapi1book_IMAPIMessageSite_GetSession
  749. 3 IMAPIMessageSite::GetSiteStatus=_mapi1book_IMAPIMessageSite_GetSiteStatus
  750. 3 IMAPIMessageSite::GetStore=_mapi1book_IMAPIMessageSite_GetStore
  751. 3 IMAPIMessageSite::MoveMessage=_mapi1book_IMAPIMessageSite_MoveMessage
  752. 3 IMAPIMessageSite::NewMessage=_mapi1book_IMAPIMessageSite_NewMessage
  753. 3 IMAPIMessageSite::SaveMessage=_mapi1book_IMAPIMessageSite_SaveMessage
  754. 3 IMAPIMessageSite::SubmitMessage=_mapi1book_IMAPIMessageSite_SubmitMessage
  755. 2 IMAPIProgress
  756. 3 IMAPIProgress : IUnknown=_mapi1book_IMAPIProgress_IUnknown
  757. 3 IMAPIProgress::GetFlags=_mapi1book_IMAPIProgress_GetFlags
  758. 3 IMAPIProgress::GetMax=_mapi1book_IMAPIProgress_GetMax
  759. 3 IMAPIProgress::GetMin=_mapi1book_IMAPIProgress_GetMin
  760. 3 IMAPIProgress::Progress=_mapi1book_IMAPIProgress_Progress
  761. 3 IMAPIProgress::SetLimits=_mapi1book_IMAPIProgress_SetLimits
  762. 2 IMAPIProp
  763. 3 IMAPIProp : IUnknown=_mapi1book_IMAPIProp_IUnknown
  764. 3 IMAPIProp::CopyProps=_mapi1book_IMAPIProp_CopyProps
  765. 3 IMAPIProp::CopyTo=_mapi1book_IMAPIProp_CopyTo
  766. 3 IMAPIProp::DeleteProps=_mapi1book_IMAPIProp_DeleteProps
  767. 3 IMAPIProp::GetIDsFromNames=_mapi1book_IMAPIProp_GetIDsFromNames
  768. 3 IMAPIProp::GetLastError=_mapi1book_IMAPIProp_GetLastError
  769. 3 IMAPIProp::GetNamesFromIDs=_mapi1book_IMAPIProp_GetNamesFromIDs
  770. 3 IMAPIProp::GetPropList=_mapi1book_IMAPIProp_GetPropList
  771. 3 IMAPIProp::GetProps=_mapi1book_IMAPIProp_GetProps
  772. 3 IMAPIProp::OpenProperty=_mapi1book_IMAPIProp_OpenProperty
  773. 3 IMAPIProp::SaveChanges=_mapi1book_IMAPIProp_SaveChanges
  774. 3 IMAPIProp::SetProps=_mapi1book_IMAPIProp_SetProps
  775. 2 IMAPISession
  776. 3 IMAPISession : IUnknown=_mapi1book_IMAPISession_IUnknown
  777. 3 IMAPISession::AdminServices=_mapi1book_IMAPISession_AdminServices
  778. 3 IMAPISession::Advise=_mapi1book_IMAPISession_Advise
  779. 3 IMAPISession::CompareEntryIDs=_mapi1book_IMAPISession_CompareEntryIDs
  780. 3 IMAPISession::EnumAdrTypes=_mapi1book_IMAPISession_EnumAdrTypes
  781. 3 IMAPISession::GetLastError=_mapi1book_IMAPISession_GetLastError
  782. 3 IMAPISession::GetMsgStoresTable=_mapi1book_IMAPISession_GetMsgStoresTable
  783. 3 IMAPISession::GetStatusTable=_mapi1book_IMAPISession_GetStatusTable
  784. 3 IMAPISession::Logoff=_mapi1book_IMAPISession_Logoff
  785. 3 IMAPISession::MessageOptions=_mapi1book_IMAPISession_MessageOptions
  786. 3 IMAPISession::OpenAddressBook=_mapi1book_IMAPISession_OpenAddressBook
  787. 3 IMAPISession::OpenEntry=_mapi1book_IMAPISession_OpenEntry
  788. 3 IMAPISession::OpenMsgStore=_mapi1book_IMAPISession_OpenMsgStore
  789. 3 IMAPISession::OpenProfileSection=_mapi1book_IMAPISession_OpenProfileSection
  790. 3 IMAPISession::PrepareForm=_mapi1book_IMAPISession_PrepareForm
  791. 3 IMAPISession::QueryDefaultMessageOpt=_mapi1book_IMAPISession_QueryDefaultMessageOpt
  792. 3 IMAPISession::QueryIdentity=_mapi1book_IMAPISession_QueryIdentity
  793. 3 IMAPISession::SetDefaultStore=_mapi1book_IMAPISession_SetDefaultStore
  794. 3 IMAPISession::ShowForm=_mapi1book_IMAPISession_ShowForm
  795. 3 IMAPISession::Unadvise=_mapi1book_IMAPISession_Unadvise
  796. 2 IMAPIStatus
  797. 3 IMAPIStatus : IMAPIProp=_mapi1book_IMAPIStatus_IMAPIProp
  798. 3 IMAPIStatus::ChangePassword=_mapi1book_IMAPIStatus_ChangePassword
  799. 3 IMAPIStatus::FlushQueues=_mapi1book_IMAPIStatus_FlushQueues
  800. 3 IMAPIStatus::SettingsDialog=_mapi1book_IMAPIStatus_SettingsDialog
  801. 3 IMAPIStatus::ValidateState=_mapi1book_IMAPIStatus_ValidateState
  802. 2 IMAPISupport
  803. 3 IMAPISupport : IUnknown=_mapi1book_IMAPISupport_IUnknown
  804. 3 IMAPISupport::Address=_mapi1book_IMAPISupport_Address
  805. 3 IMAPISupport::CompareEntryIDs=_mapi1book_IMAPISupport_CompareEntryIDs
  806. 3 IMAPISupport::CompleteMsg=_mapi1book_IMAPISupport_CompleteMsg
  807. 3 IMAPISupport::CopyFolder=_mapi1book_IMAPISupport_CopyFolder
  808. 3 IMAPISupport::CopyMessages=_mapi1book_IMAPISupport_CopyMessages
  809. 3 IMAPISupport::CreateOneOff=_mapi1book_IMAPISupport_CreateOneOff
  810. 3 IMAPISupport::Details=_mapi1book_IMAPISupport_Details
  811. 3 IMAPISupport::DoConfigPropsheet=_mapi1book_IMAPISupport_DoConfigPropsheet
  812. 3 IMAPISupport::DoCopyProps=_mapi1book_IMAPISupport_DoCopyProps_
  813. 3 IMAPISupport::DoCopyTo=_mapi1book_IMAPISupport_DoCopyTo
  814. 3 IMAPISupport::DoProgressDialog=_mapi1book_IMAPISupport_DoProgressDialog
  815. 3 IMAPISupport::DoSentMail=_mapi1book_IMAPISupport_DoSentMail
  816. 3 IMAPISupport::ExpandRecips=_mapi1book_IMAPISupport_ExpandRecips
  817. 3 IMAPISupport::GetLastError=_mapi1book_IMAPISupport_GetLastError
  818. 3 IMAPISupport::GetMemAllocRoutines=_mapi1book_IMAPISupport_GetMemAllocRoutines
  819. 3 IMAPISupport::GetOneOffTable=_mapi1book_IMAPISupport_GetOneOffTable
  820. 3 IMAPISupport::GetSvcConfigSupportObj=_mapi1book_IMAPISupport_GetSvcConfigSupportObj
  821. 3 IMAPISupport::IStorageFromStream=_mapi1book_IMAPISupport_IStorageFromStream
  822. 3 IMAPISupport::MakeInvalid=_mapi1book_IMAPISupport_MakeInvalid
  823. 3 IMAPISupport::ModifyProfile=_mapi1book_IMAPISupport_ModifyProfile
  824. 3 IMAPISupport::ModifyStatusRow=_mapi1book_IMAPISupport_ModifyStatusRow
  825. 3 IMAPISupport::NewEntry=_mapi1book_IMAPISupport_NewEntry
  826. 3 IMAPISupport::NewUID=_mapi1book_IMAPISupport_NewUID
  827. 3 IMAPISupport::Notify=_mapi1book_IMAPISupport_Notify
  828. 3 IMAPISupport::OpenAddressBook=_mapi1book_IMAPISupport_OpenAddressBook
  829. 3 IMAPISupport::OpenEntry=_mapi1book_IMAPISupport_OpenEntry
  830. 3 IMAPISupport::OpenProfileSection=_mapi1book_IMAPISupport_OpenProfileSection
  831. 3 IMAPISupport::OpenTemplateID=_mapi1book_IMAPISupport_OpenTemplateID
  832. 3 IMAPISupport::PrepareSubmit=_mapi1book_IMAPISupport_PrepareSubmit
  833. 3 IMAPISupport::ReadReceipt=_mapi1book_IMAPISupport_ReadReceipt
  834. 3 IMAPISupport::RegisterPreprocessor=_mapi1book_IMAPISupport_RegisterPreprocessor
  835. 3 IMAPISupport::SetProviderUID=_mapi1book_IMAPISupport_SetProviderUID
  836. 3 IMAPISupport::SpoolerNotify=_mapi1book_IMAPISupport_SpoolerNotify
  837. 3 IMAPISupport::SpoolerYield=_mapi1book_IMAPISupport_SpoolerYield
  838. 3 IMAPISupport::StatusRecips=_mapi1book_IMAPISupport_StatusRecips
  839. 3 IMAPISupport::StoreLogoffTransports=_mapi1book_IMAPISupport_StoreLogoffTransports
  840. 3 IMAPISupport::Subscribe=_mapi1book_IMAPISupport_Subscribe
  841. 3 IMAPISupport::Unsubscribe=_mapi1book_IMAPISupport_Unsubscribe
  842. 3 IMAPISupport::WrapStoreEntryID=_mapi1book_IMAPISupport_WrapStoreEntryID
  843. 2 IMAPITable
  844. 3 IMAPITable : IUnknown=_mapi1book_IMAPITable_IUnknown
  845. 3 IMAPITable::Abort=_mapi1book_IMAPITable_Abort
  846. 3 IMAPITable::Advise=_mapi1book_IMAPITable_Advise
  847. 3 IMAPITable::CollapseRow=_mapi1book_IMAPITable_CollapseRow
  848. 3 IMAPITable::CreateBookmark=_mapi1book_IMAPITable_CreateBookmark
  849. 3 IMAPITable::ExpandRow=_mapi1book_IMAPITable_ExpandRow
  850. 3 IMAPITable::FindRow=_mapi1book_IMAPITable_FindRow
  851. 3 IMAPITable::FreeBookmark=_mapi1book_IMAPITable_FreeBookmark
  852. 3 IMAPITable::GetCollapseState=_mapi1book_IMAPITable_GetCollapseState
  853. 3 IMAPITable::GetLastError=_mapi1book_IMAPITable_GetLastError
  854. 3 IMAPITable::GetRowCount=_mapi1book_IMAPITable_GetRowCount
  855. 3 IMAPITable::GetStatus=_mapi1book_IMAPITable_GetStatus
  856. 3 IMAPITable::QueryColumns=_mapi1book_IMAPITable_QueryColumns
  857. 3 IMAPITable::QueryPosition=_mapi1book_IMAPITable_QueryPosition
  858. 3 IMAPITable::QueryRows=_mapi1book_IMAPITable_QueryRows
  859. 3 IMAPITable::QuerySortOrder=_mapi1book_IMAPITable_QuerySortOrder
  860. 3 IMAPITable::Restrict=_mapi1book_IMAPITable_Restrict
  861. 3 IMAPITable::SeekRow=_mapi1book_IMAPITable_SeekRow
  862. 3 IMAPITable::SeekRowApprox=_mapi1book_IMAPITable_SeekRowApprox
  863. 3 IMAPITable::SetCollapseState=_mapi1book_IMAPITable_SetCollapseState
  864. 3 IMAPITable::SetColumns=_mapi1book_IMAPITable_SetColumns
  865. 3 IMAPITable::SortTable=_mapi1book_IMAPITable_SortTable
  866. 3 IMAPITable::Unadvise=_mapi1book_IMAPITable_Unadvise
  867. 3 IMAPITable::WaitForCompletion=_mapi1book_IMAPITable_WaitForCompletion
  868. 2 IMAPIViewAdviseSink
  869. 3 IMAPIViewAdviseSink : IUnknown=_mapi1book_IMAPIViewAdviseSink_IUnknown
  870. 3 IMAPIViewAdviseSink::OnShutdown=_mapi1book_IMAPIViewAdviseSink_OnShutdown
  871. 3 IMAPIViewAdviseSink::OnNewMessage=_mapi1book_IMAPIViewAdviseSink_OnNewMessage
  872. 3 IMAPIViewAdviseSink::OnPrint=_mapi1book_IMAPIViewAdviseSink_OnPrint
  873. 3 IMAPIViewAdviseSink::OnSaved=_mapi1book_IMAPIViewAdviseSink_OnSaved
  874. 3 IMAPIViewAdviseSink::OnSubmitted=_mapi1book_IMAPIViewAdviseSink_OnSubmitted
  875. 2 IMAPIViewContext
  876. 3 IMAPIViewContext : IUnknown=_mapi1book_IMAPIViewContext_IUnknown
  877. 3 IMAPIViewContext::ActivateNext=_mapi1book_IMAPIViewContext_ActivateNext
  878. 3 IMAPIViewContext::GetPrintSetup=_mapi1book_IMAPIViewContext_GetPrintSetup
  879. 3 IMAPIViewContext::GetSaveStream=_mapi1book_IMAPIViewContext_GetSaveStream
  880. 3 IMAPIViewContext::GetViewStatus=_mapi1book_IMAPIViewContext_GetViewStatus
  881. 3 IMAPIViewContext::SetAdviseSink=_mapi1book_IMAPIViewContext_SetAdviseSink
  882. 2 IMessage
  883. 3 IMessage : IMAPIProp=_mapi1book_IMessage_IMAPIProp
  884. 3 IMessage::CreateAttach=_mapi1book_IMessage_CreateAttach
  885. 3 IMessage::DeleteAttach=_mapi1book_IMessage_DeleteAttach
  886. 3 IMessage::GetAttachmentTable=_mapi1book_IMessage_GetAttachmentTable
  887. 3 IMessage::GetRecipientTable=_mapi1book_IMessage_GetRecipientTable
  888. 3 IMessage::ModifyRecipients=_mapi1book_IMessage_ModifyRecipients
  889. 3 IMessage::OpenAttach=_mapi1book_IMessage_OpenAttach
  890. 3 IMessage::SetReadFlag=_mapi1book_IMessage_SetReadFlag
  891. 3 IMessage::SubmitMessage=_mapi1book_IMessage_SubmitMessage
  892. 2 IMsgServiceAdmin
  893. 3 IMsgServiceAdmin : IUnknown=_mapi1book_IMsgServiceAdmin_IUnknown
  894. 3 IMsgServiceAdmin::AdminProviders=_mapi1book_IMsgServiceAdmin_AdminProviders
  895. 3 IMsgServiceAdmin::ConfigureMsgService=_mapi1book_IMsgServiceAdmin_ConfigureMsgService
  896. 3 IMsgServiceAdmin::CopyMsgService=_mapi1book_IMsgServiceAdmin_CopyMsgService
  897. 3 IMsgServiceAdmin::CreateMsgService=_mapi1book_IMsgServiceAdmin_CreateMsgService
  898. 3 IMsgServiceAdmin::DeleteMsgService=_mapi1book_IMsgServiceAdmin_DeleteMsgService
  899. 3 IMsgServiceAdmin::GetLastError=_mapi1book_IMsgServiceAdmin_GetLastError
  900. 3 IMsgServiceAdmin::GetMsgServiceTable=_mapi1book_IMsgServiceAdmin_GetMsgServiceTable
  901. 3 IMsgServiceAdmin::GetProviderTable=_mapi1book_IMsgServiceAdmin_GetProviderTable
  902. 3 IMsgServiceAdmin::MsgServiceTransportOrder=_mapi1book_IMsgServiceAdmin_MsgServiceTransportOrder
  903. 3 IMsgServiceAdmin::OpenProfileSection=_mapi1book_IMsgServiceAdmin_OpenProfileSection
  904. 3 IMsgServiceAdmin::RenameMsgService=_mapi1book_IMsgServiceAdmin_RenameMsgService
  905. 3 IMsgServiceAdmin::SetPrimaryIdentity=_mapi1book_IMsgServiceAdmin_SetPrimaryIdentity
  906. 2 IMsgStore
  907. 3 IMsgStore : IMAPIProp=_mapi1book_IMsgStore_IMAPIProp
  908. 3 IMsgStore::AbortSubmit=_mapi1book_IMsgStore_AbortSubmit
  909. 3 IMsgStore::Advise=_mapi1book_IMsgStore_Advise
  910. 3 IMsgStore::CompareEntryIDs=_mapi1book_IMsgStore_CompareEntryIDs
  911. 3 IMsgStore::FinishedMsg=_mapi1book_IMsgStore_FinishedMsg
  912. 3 IMsgStore::GetOutgoingQueue=_mapi1book_IMsgStore_GetOutgoingQueue
  913. 3 IMsgStore::GetReceiveFolder=_mapi1book_IMsgStore_GetReceiveFolder
  914. 3 IMsgStore::GetReceiveFolderTable=_mapi1book_IMsgStore_GetReceiveFolderTable
  915. 3 IMsgStore::NotifyNewMail=_mapi1book_IMsgStore_NotifyNewMail
  916. 3 IMsgStore::OpenEntry=_mapi1book_IMsgStore_OpenEntry
  917. 3 IMsgStore::SetLockState=_mapi1book_IMsgStore_SetLockState
  918. 3 IMsgStore::SetReceiveFolder=_mapi1book_IMsgStore_SetReceiveFolder
  919. 3 IMsgStore::StoreLogoff=_mapi1book_IMsgStore_StoreLogoff
  920. 3 IMsgStore::Unadvise=_mapi1book_IMsgStore_Unadvise
  921. 2 IMSLogon
  922. 3 IMSLogon : IUnknown=_mapi1book_IMSLogon_IUnknown
  923. 3 IMSLogon::Advise=_mapi1book_IMSLogon_Advise
  924. 3 IMSLogon::CompareEntryIDs=_mapi1book_IMSLogon_CompareEntryIDs
  925. 3 IMSLogon::GetLastError=_mapi1book_IMSLogon_GetLastError
  926. 3 IMSLogon::Logoff=_mapi1book_IMSLogon_Logoff
  927. 3 IMSLogon::OpenEntry=_mapi1book_IMSLogon_OpenEntry
  928. 3 IMSLogon::OpenStatusEntry=_mapi1book_IMSLogon_OpenStatusEntry
  929. 3 IMSLogon::Unadvise=_mapi1book_IMSLogon_Unadvise
  930. 2 IMSProvider
  931. 3 IMSProvider : IUnknown=_mapi1book_IMSProvider_IUnknown
  932. 3 IMSProvider::CompareStoreIDs=_mapi1book_IMSProvider_CompareStoreIDs
  933. 3 IMSProvider::Logon=_mapi1book_IMSProvider_Logon
  934. 3 IMSProvider::Shutdown=_mapi1book_IMSProvider_Shutdown
  935. 3 IMSProvider::SpoolerLogon=_mapi1book_IMSProvider_SpoolerLogon
  936. 2 IPersistMessage
  937. 3 IPersistMessage : IUnknown=_mapi1book_IPersistMessage_IUnknown
  938. 3 IPersistMessage::GetClassID=_mapi1book_IPersistMessage_GetClassID
  939. 3 IPersistMessage::GetLastError=_mapi1book_IPersistMessage_GetLastError
  940. 3 IPersistMessage::HandsOffMessage=_mapi1book_IPersistMessage_HandsOffMessage
  941. 3 IPersistMessage::InitNew=_mapi1book_IPersistMessage_InitNew
  942. 3 IPersistMessage::IsDirty=_mapi1book_IPersistMessage_IsDirty
  943. 3 IPersistMessage::Load=_mapi1book_IPersistMessage_Load
  944. 3 IPersistMessage::Save=_mapi1book_IPersistMessage_Save
  945. 3 IPersistMessage::SaveCompleted=_mapi1book_IPersistMessage_SaveCompleted
  946. 2 IProfAdmin
  947. 3 IProfAdmin : IUnknown=_mapi1book_IProfAdmin_IUnknown
  948. 3 IProfAdmin::AdminServices=_mapi1book_IProfAdmin_AdminServices
  949. 3 IProfAdmin::ChangeProfilePassword=_mapi1book_IProfAdmin_ChangeProfilePassword
  950. 3 IProfAdmin::CopyProfile=_mapi1book_IProfAdmin_CopyProfile
  951. 3 IProfAdmin::CreateProfile=_mapi1book_IProfAdmin_CreateProfile
  952. 3 IProfAdmin::DeleteProfile=_mapi1book_IProfAdmin_DeleteProfile
  953. 3 IProfAdmin::GetLastError=_mapi1book_IProfAdmin_GetLastError
  954. 3 IProfAdmin::GetProfileTable=_mapi1book_IProfAdmin_GetProfileTable
  955. 3 IProfAdmin::RenameProfile=_mapi1book_IProfAdmin_RenameProfile
  956. 3 IProfAdmin::SetDefaultProfile=_mapi1book_IProfAdmin_SetDefaultProfile
  957. 2 IProfSect
  958. 3 IProfSect : IMAPIProp=_mapi1book_IProfSect_IMAPIProp
  959. 2 IPropData
  960. 3 IPropData : IMAPIProp=_mapi1book_IPropData_IMAPIProp
  961. 3 IPropData::HrAddObjProps=_mapi1book_IPropData_HrAddObjProps
  962. 3 IPropData::HrGetPropAccess=_mapi1book_IPropData_HrGetPropAccess
  963. 3 IPropData::HrSetObjAccess=_mapi1book_IPropData_HrSetObjAccess
  964. 3 IPropData::HrSetPropAccess=_mapi1book_IPropData_HrSetPropAccess
  965. 2 IProviderAdmin
  966. 3 IProviderAdmin : IUnknown=_mapi1book_IProviderAdmin_IUnknown
  967. 3 IProviderAdmin::CreateProvider=_mapi1book_IProviderAdmin_CreateProvider
  968. 3 IProviderAdmin::DeleteProvider=_mapi1book_IProviderAdmin_DeleteProvider
  969. 3 IProviderAdmin::GetLastError=_mapi1book_IProviderAdmin_GetLastError
  970. 3 IProviderAdmin::GetProviderTable=_mapi1book_IProviderAdmin_GetProviderTable
  971. 3 IProviderAdmin::OpenProfileSection=_mapi1book_IProviderAdmin_OpenProfileSection
  972. 2 ISpoolerHook
  973. 3 ISpoolerHook : IUnknown=_mapi1book_ISpoolerHook_IUnknown
  974. 3 ISpoolerHook::InboundMsgHook=_mapi1book_ISpoolerHook_InboundMsgHook
  975. 3 ISpoolerHook::OutboundMsgHook=_mapi1book_ISpoolerHook_OutboundMsgHook
  976. 2 ITableData
  977. 3 ITableData : IUnknown=_mapi1book_ITableData_IUnknown
  978. 3 ITableData::HrDeleteRow=_mapi1book_ITableData_HrDeleteRow
  979. 3 ITableData::HrDeleteRows=_mapi1book_ITableData_HrDeleteRows
  980. 3 ITableData::HrEnumRow=_mapi1book_ITableData_HrEnumRow
  981. 3 ITableData::HrGetView=_mapi1book_ITableData_HrGetView
  982. 3 ITableData::HrInsertRow=_mapi1book_ITableData_HrInsertRow
  983. 3 ITableData::HrModifyRow=_mapi1book_ITableData_HrModifyRow
  984. 3 ITableData::HrModifyRows=_mapi1book_ITableData_HrModifyRows
  985. 3 ITableData::HrNotify=_mapi1book_ITableData_HrNotify
  986. 3 ITableData::HrQueryRow=_mapi1book_ITableData_HrQueryRow
  987. 2 ITnef
  988. 3 ITnef : IUnknown=_mapi1book_ITnef_IUnknown
  989. 3 ITnef::AddProps=_mapi1book_ITnef_AddProps
  990. 3 ITnef::EncodeRecips=_mapi1book_ITnef_EncodeRecips
  991. 3 ITnef::ExtractProps=_mapi1book_ITnef_ExtractProps
  992. 3 ITnef::Finish=_mapi1book_ITnef_Finish
  993. 3 ITnef::FinishComponent=_mapi1book_ITnef_FinishComponent
  994. 3 ITnef::OpenTaggedBody=_mapi1book_ITnef_OpenTaggedBody
  995. 3 ITnef::SetProps=_mapi1book_ITnef_SetProps
  996. 2 IXPLogon
  997. 3 IXPLogon : IUnknown=_mapi1book_IXPLogon_IUnknown
  998. 3 IXPLogon::AddressTypes=_mapi1book_IXPLogon_AddressTypes
  999. 3 IXPLogon::EndMessage=_mapi1book_IXPLogon_EndMessage
  1000. 3 IXPLogon::FlushQueues=_mapi1book_IXPLogon_FlushQueues
  1001. 3 IXPLogon::Idle=_mapi1book_IXPLogon_Idle
  1002. 3 IXPLogon::OpenStatusEntry=_mapi1book_IXPLogon_OpenStatusEntry
  1003. 3 IXPLogon::Poll=_mapi1book_IXPLogon_Poll
  1004. 3 IXPLogon::RegisterOptions=_mapi1book_IXPLogon_RegisterOptions
  1005. 3 IXPLogon::StartMessage=_mapi1book_IXPLogon_StartMessage
  1006. 3 IXPLogon::SubmitMessage=_mapi1book_IXPLogon_SubmitMessage
  1007. 3 IXPLogon::TransportLogoff=_mapi1book_IXPLogon_TransportLogoff
  1008. 3 IXPLogon::TransportNotify=_mapi1book_IXPLogon_TransportNotify
  1009. 3 IXPLogon::ValidateState=_mapi1book_IXPLogon_ValidateState
  1010. 2 IXPProvider
  1011. 3 IXPProvider : IUnknown=_mapi1book_IXPProvider_IUnknown
  1012. 3 IXPProvider::Shutdown=_mapi1book_IXPProvider_Shutdown
  1013. 3 IXPProvider::TransportLogon=_mapi1book_IXPProvider_TransportLogon
  1014. 2 MAPI Functions and Related Macros
  1015. 3 MAPI Functions and Related Macros=_mapi1book_MAPI_Functions_and_Related_Macros
  1016. 3 ACCELERATEABSDI=_mapi1book_ACCELERATEABSDI
  1017. 3 ABProviderInit=_mapi1book_ABProviderInit
  1018. 3 BuildDisplayTable=_mapi1book_BuildDisplayTable
  1019. 3 CALLERRELEASE=_mapi1book_CALLERRELEASE
  1020. 3 ChangeIdleRoutine=_mapi1book_ChangeIdleRoutine
  1021. 3 CheckParameters=_mapi1book_CheckParameters
  1022. 3 CheckParms=_mapi1book_CheckParms
  1023. 3 CloseIMsgSession=_mapi1book_CloseIMsgSession
  1024. 3 CreateIProp=_mapi1book_CreateIProp
  1025. 3 CreateTable=_mapi1book_CreateTable
  1026. 3 DeinitMapiUtil=_mapi1book_DeinitMapiUtil
  1027. 3 DeregisterIdleRoutine=_mapi1book_DeregisterIdleRoutine
  1028. 3 DISMISSMODELESS=_mapi1book_DISMISSMODELESS
  1029. 3 EnableIdleRoutine=_mapi1book_EnableIdleRoutine
  1030. 3 FBadColumnSet=_mapi1book_FBadColumnSet
  1031. 3 FBadEntryList=_mapi1book_FBadEntryList
  1032. 3 FBadProp=_mapi1book_FBadProp
  1033. 3 FBadPropTag=_mapi1book_FBadPropTag
  1034. 3 FBadRestriction=_mapi1book_FBadRestriction
  1035. 3 FBadRglpNameID=_mapi1book_FBadRglpNameID
  1036. 3 FBadRglpszW=_mapi1book_FBadRglpszW
  1037. 3 FBadRow=_mapi1book_FBadRow
  1038. 3 FBadRowSet=_mapi1book_FBadRowSet
  1039. 3 FBadSortOrderSet=_mapi1book_FBadSortOrderSet
  1040. 3 FBinFromHex=_mapi1book_FBinFromHex
  1041. 3 FEqualNames=_mapi1book_FEqualNames
  1042. 3 FNIDLE=_mapi1book_FNIDLE
  1043. 3 FPropCompareProp=_mapi1book_FPropCompareProp
  1044. 3 FPropContainsProp=_mapi1book_FPropContainsProp
  1045. 3 FPropExists=_mapi1book_FPropExists
  1046. 3 FreePadrlist=_mapi1book_FreePadrlist
  1047. 3 FreeProws=_mapi1book_FreeProws
  1048. 3 FtAddFt=_mapi1book_FtAddFt
  1049. 3 FtgRegisterIdleRoutine=_mapi1book_FtgRegisterIdleRoutine
  1050. 3 FtMulDw=_mapi1book_FtMulDw
  1051. 3 FtMulDwDw=_mapi1book_FtMulDwDw
  1052. 3 FtNegFt=_mapi1book_FtNegFt
  1053. 3 FtSubFt=_mapi1book_FtSubFt
  1054. 3 GetAttribIMsgOnIStg=_mapi1book_GetAttribIMsgOnIStg
  1055. 3 GetInstance=_mapi1book_GetInstance
  1056. 3 HexFromBin=_mapi1book_HexFromBin
  1057. 3 HPProviderInit=_mapi1book_HPProviderInit
  1058. 3 HrAddColumnsEx=_mapi1book_HrAddColumnsEx
  1059. 3 HrAllocAdviseSink=_mapi1book_HrAllocAdviseSink
  1060. 3 HrComposeEID=_mapi1book_HrComposeEID
  1061. 3 HrComposeMsgID=_mapi1book_HrComposeMsgID
  1062. 3 HrDecomposeEID=_mapi1book_HrDecomposeEID
  1063. 3 HrDecomposeMsgID=_mapi1book_HrDecomposeMsgID
  1064. 3 HrDispatchNotifications=_mapi1book_HrDispatchNotifications
  1065. 3 HrEntryIDFromSz=_mapi1book_HrEntryIDFromSz
  1066. 3 HrGetOneProp=_mapi1book_HrGetOneProp
  1067. 3 HrIStorageFromStream=_mapi1book_HrIStorageFromStream
  1068. 3 HrQueryAllRows=_mapi1book_HrQueryAllRows
  1069. 3 HrSetOneProp=_mapi1book_HrSetOneProp
  1070. 3 HrSzFromEntryID=_mapi1book_HrSzFromEntryID
  1071. 3 HrThisThreadAdviseSink=_mapi1book_HrThisThreadAdviseSink
  1072. 3 HrValidateIPMSubtree=_mapi1book_HrValidateIPMSubtree
  1073. 3 LAUNCHWIZARDENTRY=_mapi1book_LAUNCHWIZARDENTRY
  1074. 3 LPFNBUTTON=_mapi1book_LPFNBUTTON
  1075. 3 LPropCompareProp=_mapi1book_LPropCompareProp
  1076. 3 MAPIAdminProfiles=_mapi1book_MAPIAdminProfiles
  1077. 3 MAPIAllocateBuffer=_mapi1book_MAPIAllocateBuffer
  1078. 3 MAPIAllocateMore=_mapi1book_MAPIAllocateMore
  1079. 3 MAPIDeInitIdle=_mapi1book_MAPIDeInitIdle
  1080. 3 MAPIFreeBuffer=_mapi1book_MAPIFreeBuffer
  1081. 3 MAPIGetDefaultMalloc=_mapi1book_MAPIGetDefaultMalloc
  1082. 3 MAPIInitialize=_mapi1book_MAPIInitialize
  1083. 3 MAPIInitIdle=_mapi1book_MAPIInitIdle
  1084. 3 MAPILogonEx=_mapi1book_MAPILogonEx
  1085. 3 MAPIOpenFormMgr=_mapi1book_MAPIOpenFormMgr
  1086. 3 MAPIOpenLocalFormContainer=_mapi1book_MAPIOpenLocalFormContainer
  1087. 3 MAPIUninitialize=_mapi1book_MAPIUninitialize
  1088. 3 MapStorageSCode=_mapi1book_MapStorageSCode
  1089. 3 MSGCALLRELEASE=_mapi1book_MSGCALLRELEASE
  1090. 3 MSGSERVICEENTRY=_mapi1book_MSGSERVICEENTRY
  1091. 3 MSProviderInit=_mapi1book_MSProviderInit
  1092. 3 NOTIFCALLBACK=_mapi1book_NOTIFCALLBACK
  1093. 3 OpenIMsgOnIStg=_mapi1book_OpenIMsgOnIStg
  1094. 3 OpenIMsgSession=_mapi1book_OpenIMsgSession
  1095. 3 OpenStreamOnFile=_mapi1book_OpenStreamOnFile
  1096. 3 OpenTnefStream=_mapi1book_OpenTnefStream
  1097. 3 OpenTnefStreamEx=_mapi1book_OpenTnefStreamEx
  1098. 3 OPTIONCALLBACK=_mapi1book_OPTIONCALLBACK
  1099. 3 PpropFindProp=_mapi1book_PpropFindProp
  1100. 3 PreprocessMessage=_mapi1book_PreprocessMessage
  1101. 3 PropCopyMore=_mapi1book_PropCopyMore
  1102. 3 RemovePreprocessInfo=_mapi1book_RemovePreprocessInfo
  1103. 3 RTFSync=_mapi1book_RTFSync
  1104. 3 ScBinFromHexBounded=_mapi1book_ScBinFromHexBounded
  1105. 3 ScCopyNotifications=_mapi1book_ScCopyNotifications
  1106. 3 ScCopyProps=_mapi1book_ScCopyProps
  1107. 3 ScCountNotifications=_mapi1book_ScCountNotifications
  1108. 3 ScCountProps=_mapi1book_ScCountProps
  1109. 3 ScCreateConversationIndex=_mapi1book_ScCreateConversationIndex
  1110. 3 ScDupPropset=_mapi1book_ScDupPropset
  1111. 3 ScInitMapiUtil=_mapi1book_ScInitMapiUtil
  1112. 3 ScLocalPathFromUNC=_mapi1book_ScLocalPathFromUNC
  1113. 3 ScMAPIXFromCMC=_mapi1book_ScMAPIXFromCMC
  1114. 3 ScMAPIXFromSMAPI=_mapi1book_ScMAPIXFromSMAPI
  1115. 3 ScRelocNotifications=_mapi1book_ScRelocNotifications
  1116. 3 ScRelocProps=_mapi1book_ScRelocProps
  1117. 3 ScUNCFromLocalPath=_mapi1book_ScUNCFromLocalPath
  1118. 3 SERVICEWIZARDDLGPROC=_mapi1book_SERVICEWIZARDDLGPROC
  1119. 3 SetAttribIMsgOnIStg=_mapi1book_SetAttribIMsgOnIStg
  1120. 3 SzFindCh=_mapi1book_SzFindCh
  1121. 3 SzFindLastCh=_mapi1book_SzFindLastCh
  1122. 3 SzFindSz=_mapi1book_SzFindSz
  1123. 3 UFromSz=_mapi1book_UFromSz
  1124. 3 UlFromSzHex=_mapi1book_UlFromSzHex
  1125. 3 UlAddRef=_mapi1book_UlAddRef
  1126. 3 UlPropSize=_mapi1book_UlPropSize
  1127. 3 UlRelease=_mapi1book_UlRelease
  1128. 3 UlValidateParameters=_mapi1book_UlValidateParameters
  1129. 3 UlValidateParms=_mapi1book_UlValidateParms
  1130. 3 ValidateParameters=_mapi1book_ValidateParameters
  1131. 3 ValidateParms=_mapi1book_ValidateParms
  1132. 3 WIZARDENTRY=_mapi1book_WIZARDENTRY
  1133. 3 WrapCompressedRTFStream=_mapi1book_WrapCompressedRTFStream
  1134. 3 WrapStoreEntryID=_mapi1book_WrapStoreEntryID
  1135. 3 XPProviderInit=_mapi1book_XPProviderInit
  1136. 2 MAPI Properties: PR_7BIT_DISPLAY_NAME to PR_MESSAGE_TO_ME
  1137. 3 MAPI Properties=_mapi1book_MAPI_Properties
  1138. 3 PR_7BIT_DISPLAY_NAME=_mapi1book_PR_7BIT_DISPLAY_NAME
  1139. 3 PR_AB_DEFAULT_DIR=_mapi1book_PR_AB_DEFAULT_DIR
  1140. 3 PR_AB_DEFAULT_PAB=_mapi1book_PR_AB_DEFAULT_PAB
  1141. 3 PR_AB_PROVIDER_ID=_mapi1book_PR_AB_PROVIDER_ID
  1142. 3 PR_AB_PROVIDERS=_mapi1book_PR_AB_PROVIDERS
  1143. 3 PR_AB_SEARCH_PATH=_mapi1book_PR_AB_SEARCH_PATH
  1144. 3 PR_AB_SEARCH_PATH_UPDATE=_mapi1book_PR_AB_SEARCH_PATH_UPDATE
  1145. 3 PR_ACCESS=_mapi1book_PR_ACCESS
  1146. 3 PR_ACCESS_LEVEL=_mapi1book_PR_ACCESS_LEVEL
  1147. 3 PR_ACCOUNT=_mapi1book_PR_ACCOUNT
  1148. 3 PR_ACKNOWLEDGEMENT_MODE=_mapi1book_PR_ACKNOWLEDGEMENT_MODE
  1149. 3 PR_ADDRTYPE=_mapi1book_PR_ADDRTYPE
  1150. 3 PR_ALTERNATE_RECIPIENT=_mapi1book_PR_ALTERNATE_RECIPIENT
  1151. 3 PR_ALTERNATE_RECIPIENT_ALLOWED=_mapi1book_PR_ALTERNATE_RECIPIENT_ALLOWED
  1152. 3 PR_ANR=_mapi1book_PR_ANR
  1153. 3 PR_ASSISTANT=_mapi1book_PR_ASSISTANT
  1154. 3 PR_ASSISTANT_TELEPHONE_NUMBER=_mapi1book_PR_ASSISTANT_TELEPHONE_NUMBER
  1155. 3 PR_ASSOC_CONTENT_COUNT=_mapi1book_PR_ASSOC_CONTENT_COUNT
  1156. 3 PR_ATTACH_DATA_BIN=_mapi1book_PR_ATTACH_DATA_BIN
  1157. 3 PR_ATTACH_DATA_OBJ=_mapi1book_PR_ATTACH_DATA_OBJ
  1158. 3 PR_ATTACH_ENCODING=_mapi1book_PR_ATTACH_ENCODING
  1159. 3 PR_ATTACH_EXTENSION=_mapi1book_PR_ATTACH_EXTENSION
  1160. 3 PR_ATTACH_FILENAME=_mapi1book_PR_ATTACH_FILENAME
  1161. 3 PR_ATTACH_LONG_FILENAME=_mapi1book_PR_ATTACH_LONG_FILENAME
  1162. 3 PR_ATTACH_LONG_PATHNAME=_mapi1book_PR_ATTACH_LONG_PATHNAME
  1163. 3 PR_ATTACH_METHOD=_mapi1book_PR_ATTACH_METHOD
  1164. 3 PR_ATTACH_MIME_TAG=_mapi1book_PR_ATTACH_MIME_TAG
  1165. 3 PR_ATTACH_NUM=_mapi1book_PR_ATTACH_NUM
  1166. 3 PR_ATTACH_PATHNAME=_mapi1book_PR_ATTACH_PATHNAME
  1167. 3 PR_ATTACH_RENDERING=_mapi1book_PR_ATTACH_RENDERING
  1168. 3 PR_ATTACH_SIZE=_mapi1book_PR_ATTACH_SIZE
  1169. 3 PR_ATTACH_TAG=_mapi1book_PR_ATTACH_TAG
  1170. 3 PR_ATTACH_TRANSPORT_NAME=_mapi1book_PR_ATTACH_TRANSPORT_NAME
  1171. 3 PR_ATTACHMENT_X400_PARAMETERS=_mapi1book_PR_ATTACHMENT_X400_PARAMETERS
  1172. 3 PR_AUTHORIZING_USERS=_mapi1book_PR_AUTHORIZING_USERS
  1173. 3 PR_AUTO_FORWARD_COMMENT=_mapi1book_PR_AUTO_FORWARD_COMMENT
  1174. 3 PR_AUTO_FORWARDED=_mapi1book_PR_AUTO_FORWARDED
  1175. 3 PR_BODY=_mapi1book_PR_BODY
  1176. 3 PR_BODY_CRC=_mapi1book_PR_BODY_CRC
  1177. 3 PR_BUSINESS_FAX_NUMBER=_mapi1book_PR_BUSINESS_FAX_NUMBER
  1178. 3 PR_BUSINESS_TELEPHONE_NUMBER=_mapi1book_PR_BUSINESS_TELEPHONE_NUMBER
  1179. 3 PR_BUSINESS2_TELEPHONE_NUMBER=_mapi1book_PR_BUSINESS2_TELEPHONE_NUMBER
  1180. 3 PR_CALLBACK_TELEPHONE_NUMBER=_mapi1book_PR_CALLBACK_TELEPHONE_NUMBER
  1181. 3 PR_CAPABILITIES_TABLE=_mapi1book_PR_CAPABILITIES_TABLE
  1182. 3 PR_CAR_TELEPHONE_NUMBER=_mapi1book_PR_CAR_TELEPHONE_NUMBER
  1183. 3 PR_CLIENT_SUBMIT_TIME=_mapi1book_PR_CLIENT_SUBMIT_TIME
  1184. 3 PR_COMMENT=_mapi1book_PR_COMMENT
  1185. 3 PR_COMMON_VIEWS_ENTRYID=_mapi1book_PR_COMMON_VIEWS_ENTRYID
  1186. 3 PR_COMPANY_NAME=_mapi1book_PR_COMPANY_NAME
  1187. 3 PR_CONTAINER_CLASS=_mapi1book_PR_CONTAINER_CLASS
  1188. 3 PR_CONTAINER_CONTENTS=_mapi1book_PR_CONTAINER_CONTENTS
  1189. 3 PR_CONTAINER_FLAGS=_mapi1book_PR_CONTAINER_FLAGS
  1190. 3 PR_CONTAINER_HIERARCHY=_mapi1book_PR_CONTAINER_HIERARCHY
  1191. 3 PR_CONTAINER_MODIFY_VERSION=_mapi1book_PR_CONTAINER_MODIFY_VERSION
  1192. 3 PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID=_mapi1book_PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID
  1193. 3 PR_CONTENT_CORRELATOR=_mapi1book_PR_CONTENT_CORRELATOR
  1194. 3 PR_CONTENT_COUNT=_mapi1book_PR_CONTENT_COUNT
  1195. 3 PR_CONTENT_IDENTIFIER=_mapi1book_PR_CONTENT_IDENTIFIER
  1196. 3 PR_CONTENT_INTEGRITY_CHECK=_mapi1book_PR_CONTENT_INTEGRITY_CHECK
  1197. 3 PR_CONTENT_LENGTH=_mapi1book_PR_CONTENT_LENGTH
  1198. 3 PR_CONTENT_RETURN_REQUESTED=_mapi1book_PR_CONTENT_RETURN_REQUESTED
  1199. 3 PR_CONTENT_UNREAD=_mapi1book_PR_CONTENT_UNREAD
  1200. 3 PR_CONTENTS_SORT_ORDER=_mapi1book_PR_CONTENTS_SORT_ORDER
  1201. 3 PR_CONTROL_FLAGS=_mapi1book_PR_CONTROL_FLAGS
  1202. 3 PR_CONTROL_ID=_mapi1book_PR_CONTROL_ID
  1203. 3 PR_CONTROL_STRUCTURE=_mapi1book_PR_CONTROL_STRUCTURE
  1204. 3 PR_CONTROL_TYPE=_mapi1book_PR_CONTROL_TYPE
  1205. 3 PR_CONVERSATION_INDEX=_mapi1book_PR_CONVERSATION_INDEX
  1206. 3 PR_CONVERSATION_KEY=_mapi1book_PR_CONVERSATION_KEY
  1207. 3 PR_CONVERSATION_TOPIC=_mapi1book_PR_CONVERSATION_TOPIC
  1208. 3 PR_CONVERSION_EITS=_mapi1book_PR_CONVERSION_EITS
  1209. 3 PR_CONVERSION_PROHIBITED=_mapi1book_PR_CONVERSION_PROHIBITED
  1210. 3 PR_CONVERSION_WITH_LOSS_PROHIBITED=_mapi1book_PR_CONVERSION_WITH_LOSS_PROHIBITED
  1211. 3 PR_CONVERTED_EITS=_mapi1book_PR_CONVERTED_EITS
  1212. 3 PR_CORRELATE=_mapi1book_PR_CORRELATE
  1213. 3 PR_CORRELATE_MTSID=_mapi1book_PR_CORRELATE_MTSID
  1214. 3 PR_COUNTRY=_mapi1book_PR_COUNTRY
  1215. 3 PR_CREATE_TEMPLATES=_mapi1book_PR_CREATE_TEMPLATES
  1216. 3 PR_CREATION_TIME=_mapi1book_PR_CREATION_TIME
  1217. 3 PR_CREATION_VERSION=_mapi1book_PR_CREATION_VERSION
  1218. 3 PR_CURRENT_VERSION=_mapi1book_PR_CURRENT_VERSION
  1219. 3 PR_DEF_CREATE_DL=_mapi1book_PR_DEF_CREATE_DL
  1220. 3 PR_DEF_CREATE_MAILUSER=_mapi1book_PR_DEF_CREATE_MAILUSER
  1221. 3 PR_DEFAULT_PROFILE=_mapi1book_PR_DEFAULT_PROFILE
  1222. 3 PR_DEFAULT_STORE=_mapi1book_PR_DEFAULT_STORE
  1223. 3 PR_DEFAULT_VIEW_ENTRYID=_mapi1book_PR_DEFAULT_VIEW_ENTRYID
  1224. 3 PR_DEFERRED_DELIVERY_TIME=_mapi1book_PR_DEFERRED_DELIVERY_TIME
  1225. 3 PR_DELEGATION=_mapi1book_PR_DELEGATION
  1226. 3 PR_DELETE_AFTER_SUBMIT=_mapi1book_PR_DELETE_AFTER_SUBMIT
  1227. 3 PR_DELIVER_TIME=_mapi1book_PR_DELIVER_TIME
  1228. 3 PR_DELIVERY_POINT=_mapi1book_PR_DELIVERY_POINT
  1229. 3 PR_DELTAX=_mapi1book_PR_DELTAX
  1230. 3 PR_DELTAY=_mapi1book_PR_DELTAY
  1231. 3 PR_DEPARTMENT_NAME=_mapi1book_PR_DEPARTMENT_NAME
  1232. 3 PR_DEPTH=_mapi1book_PR_DEPTH
  1233. 3 PR_DETAILS_TABLE=_mapi1book_PR_DETAILS_TABLE
  1234. 3 PR_DISC_VAL=_mapi1book_PR_DISC_VAL
  1235. 3 PR_DISCARD_REASON=_mapi1book_PR_DISCARD_REASON
  1236. 3 PR_DISCLOSURE_OF_RECIPIENTS=_mapi1book_PR_DISCLOSURE_OF_RECIPIENTS
  1237. 3 PR_DISCRETE_VALUES=_mapi1book_PR_DISCRETE_VALUES
  1238. 3 PR_DISPLAY_BCC=_mapi1book_PR_DISPLAY_BCC
  1239. 3 PR_DISPLAY_CC=_mapi1book_PR_DISPLAY_CC
  1240. 3 PR_DISPLAY_NAME=_mapi1book_PR_DISPLAY_NAME
  1241. 3 PR_DISPLAY_TO=_mapi1book_PR_DISPLAY_TO
  1242. 3 PR_DISPLAY_TYPE=_mapi1book_PR_DISPLAY_TYPE
  1243. 3 PR_DL_EXPANSION_HISTORY=_mapi1book_PR_DL_EXPANSION_HISTORY
  1244. 3 PR_DL_EXPANSION_PROHIBITED=_mapi1book_PR_DL_EXPANSION_PROHIBITED
  1245. 3 PR_EMAIL_ADDRESS=_mapi1book_PR_EMAIL_ADDRESS
  1246. 3 PR_END_DATE=_mapi1book_PR_END_DATE
  1247. 3 PR_ENTRYID=_mapi1book_PR_ENTRYID
  1248. 3 PR_EXPIRY_TIME=_mapi1book_PR_EXPIRY_TIME
  1249. 3 PR_EXPLICIT_CONVERSION=_mapi1book_PR_EXPLICIT_CONVERSION
  1250. 3 PR_FILTERING_HOOKS=_mapi1book_PR_FILTERING_HOOKS
  1251. 3 PR_FINDER_ENTRYID=_mapi1book_PR_FINDER_ENTRYID
  1252. 3 PR_FOLDER_ASSOCIATED_CONTENTS=_mapi1book_PR_FOLDER_ASSOCIATED_CONTENTS
  1253. 3 PR_FOLDER_TYPE=_mapi1book_PR_FOLDER_TYPE
  1254. 3 PR_FORM_CATEGORY=_mapi1book_PR_FORM_CATEGORY
  1255. 3 PR_FORM_CATEGORY_SUB=_mapi1book_PR_FORM_CATEGORY_SUB
  1256. 3 PR_FORM_CLSID=_mapi1book_PR_FORM_CLSID
  1257. 3 PR_FORM_CONTACT_NAME=_mapi1book_PR_FORM_CONTACT_NAME
  1258. 3 PR_FORM_DESIGNER_GUID=_mapi1book_PR_FORM_DESIGNER_GUID
  1259. 3 PR_FORM_DESIGNER_NAME=_mapi1book_PR_FORM_DESIGNER_NAME
  1260. 3 PR_FORM_HIDDEN=_mapi1book_PR_FORM_HIDDEN
  1261. 3 PR_FORM_HOST_MAP=_mapi1book_PR_FORM_HOST_MAP
  1262. 3 PR_FORM_MESSAGE_BEHAVIOR=_mapi1book_PR_FORM_MESSAGE_BEHAVIOR
  1263. 3 PR_FORM_VERSION=_mapi1book_PR_FORM_VERSION
  1264. 3 PR_GENERATION=_mapi1book_PR_GENERATION
  1265. 3 PR_GIVEN_NAME=_mapi1book_PR_GIVEN_NAME
  1266. 3 PR_GOVERNMENT_ID_NUMBER=_mapi1book_PR_GOVERNMENT_ID_NUMBER
  1267. 3 PR_HASATTACH=_mapi1book_PR_HASATTACH
  1268. 3 PR_HEADER_FOLDER_ENTRYID=_mapi1book_PR_HEADER_FOLDER_ENTRYID
  1269. 3 PR_HOME_FAX_NUMBER=_mapi1book_PR_HOME_FAX_NUMBER
  1270. 3 PR_HOME_TELEPHONE_NUMBER=_mapi1book_PR_HOME_TELEPHONE_NUMBER
  1271. 3 PR_HOME2_TELEPHONE_NUMBER=_mapi1book_PR_HOME2_TELEPHONE_NUMBER
  1272. 3 PR_ICON=_mapi1book_PR_ICON
  1273. 3 PR_IDENTITY_DISPLAY=_mapi1book_PR_IDENTITY_DISPLAY
  1274. 3 PR_IDENTITY_ENTRYID=_mapi1book_PR_IDENTITY_ENTRYID
  1275. 3 PR_IDENTITY_SEARCH_KEY=_mapi1book_PR_IDENTITY_SEARCH_KEY
  1276. 3 PR_IMPLICIT_CONVERSION_PROHIBITED=_mapi1book_PR_IMPLICIT_CONVERSION_PROHIBITED
  1277. 3 PR_IMPORTANCE=_mapi1book_PR_IMPORTANCE
  1278. 3 PR_INCOMPLETE_COPY=_mapi1book_PR_INCOMPLETE_COPY
  1279. 3 PR_INITIAL_DETAILS_PANE=_mapi1book_PR_INITIAL_DETAILS_PANE
  1280. 3 PR_INITIALS=_mapi1book_PR_INITIALS
  1281. 3 PR_INSTANCE_KEY=_mapi1book_PR_INSTANCE_KEY
  1282. 3 PR_IPM_ID=_mapi1book_PR_IPM_ID
  1283. 3 PR_IPM_OUTBOX_ENTRYID=_mapi1book_PR_IPM_OUTBOX_ENTRYID
  1284. 3 PR_IPM_OUTBOX_SEARCH_KEY=_mapi1book_PR_IPM_OUTBOX_SEARCH_KEY
  1285. 3 PR_IPM_RETURN_REQUESTED=_mapi1book_PR_IPM_RETURN_REQUESTED
  1286. 3 PR_IPM_SENTMAIL_ENTRYID=_mapi1book_PR_IPM_SENTMAIL_ENTRYID
  1287. 3 PR_IPM_SENTMAIL_SEARCH_KEY=_mapi1book_PR_IPM_SENTMAIL_SEARCH_KEY
  1288. 3 PR_IPM_SUBTREE_ENTRYID=_mapi1book_PR_IPM_SUBTREE_ENTRYID
  1289. 3 PR_IPM_SUBTREE_SEARCH_KEY=_mapi1book_PR_IPM_SUBTREE_SEARCH_KEY
  1290. 3 PR_IPM_WASTEBASKET_ENTRYID=_mapi1book_PR_IPM_WASTEBASKET_ENTRYID
  1291. 3 PR_IPM_WASTEBASKET_SEARCH_KEY=_mapi1book_PR_IPM_WASTEBASKET_SEARCH_KEY
  1292. 3 PR_ISDN_NUMBER=_mapi1book_PR_ISDN_NUMBER
  1293. 3 PR_KEYWORD=_mapi1book_PR_KEYWORD
  1294. 3 PR_LANGUAGE=_mapi1book_PR_LANGUAGE
  1295. 3 PR_LANGUAGES=_mapi1book_PR_LANGUAGES
  1296. 3 PR_LAST_MODIFICATION_TIME=_mapi1book_PR_LAST_MODIFICATION_TIME
  1297. 3 PR_LATEST_DELIVERY_TIME=_mapi1book_PR_LATEST_DELIVERY_TIME
  1298. 3 PR_LOCALITY=_mapi1book_PR_LOCALITY
  1299. 3 PR_LOCATION=_mapi1book_PR_LOCATION
  1300. 3 PR_MAIL_PERMISSION=_mapi1book_PR_MAIL_PERMISSION
  1301. 3 PR_MAPPING_SIGNATURE=_mapi1book_PR_MAPPING_SIGNATURE
  1302. 3 PR_MDB_PROVIDER=_mapi1book_PR_MDB_PROVIDER
  1303. 3 PR_MESSAGE_ATTACHMENTS=_mapi1book_PR_MESSAGE_ATTACHMENTS
  1304. 3 PR_MESSAGE_CC_ME=_mapi1book_PR_MESSAGE_CC_ME
  1305. 3 PR_MESSAGE_CLASS=_mapi1book_PR_MESSAGE_CLASS
  1306. 3 PR_MESSAGE_DELIVERY_ID=_mapi1book_PR_MESSAGE_DELIVERY_ID
  1307. 3 PR_MESSAGE_DELIVERY_TIME=_mapi1book_PR_MESSAGE_DELIVERY_TIME
  1308. 3 PR_MESSAGE_DOWNLOAD_TIME=_mapi1book_PR_MESSAGE_DOWNLOAD_TIME
  1309. 3 PR_MESSAGE_FLAGS=_mapi1book_PR_MESSAGE_FLAGS
  1310. 3 PR_MESSAGE_RECIP_ME=_mapi1book_PR_MESSAGE_RECIP_ME
  1311. 3 PR_MESSAGE_RECIPIENTS=_mapi1book_PR_MESSAGE_RECIPIENTS
  1312. 3 PR_MESSAGE_SECURITY_LABEL=_mapi1book_PR_MESSAGE_SECURITY_LABEL
  1313. 3 PR_MESSAGE_SIZE=_mapi1book_PR_MESSAGE_SIZE
  1314. 3 PR_MESSAGE_SUBMISSION_ID=_mapi1book_PR_MESSAGE_SUBMISSION_ID
  1315. 3 PR_MESSAGE_TO_ME=_mapi1book_PR_MESSAGE_TO_ME
  1316. 2 MAPI Properties: PR_MESSAGE_TOKEN to PR_YPOS
  1317. 3 PR_MESSAGE_TOKEN=_mapi1book_PR_MESSAGE_TOKEN
  1318. 3 PR_MHS_COMMON_NAME=_mapi1book_PR_MHS_COMMON_NAME
  1319. 3 PR_MINI_ICON=_mapi1book_PR_MINI_ICON
  1320. 3 PR_MOBILE_TELEPHONE_NUMBER=_mapi1book_PR_MOBILE_TELEPHONE_NUMBER
  1321. 3 PR_MODIFY_VERSION=_mapi1book_PR_MODIFY_VERSION
  1322. 3 PR_MSG_STATUS=_mapi1book_PR_MSG_STATUS
  1323. 3 PR_NDR_DIAG_CODE=_mapi1book_PR_NDR_DIAG_CODE
  1324. 3 PR_NDR_REASON_CODE=_mapi1book_PR_NDR_REASON_CODE
  1325. 3 PR_NON_RECEIPT_NOTIFICATION_REQUESTED=_mapi1book_PR_NON_RECEIPT_NOTIFICATION_REQUESTED
  1326. 3 PR_NON_RECEIPT_REASON=_mapi1book_PR_NON_RECEIPT_REASON
  1327. 3 PR_NORMALIZED_SUBJECT=_mapi1book_PR_NORMALIZED_SUBJECT
  1328. 3 PR_NULL=_mapi1book_PR_NULL
  1329. 3 PR_OBJECT_TYPE=_mapi1book_PR_OBJECT_TYPE
  1330. 3 PR_OBSOLETED_IPMS=_mapi1book_PR_OBSOLETED_IPMS
  1331. 3 PR_OFFICE_LOCATION=_mapi1book_PR_OFFICE_LOCATION
  1332. 3 PR_ORGANIZATIONAL_ID_NUMBER=_mapi1book_PR_ORGANIZATIONAL_ID_NUMBER
  1333. 3 PR_ORIG_MESSAGE_CLASS=_mapi1book_PR_ORIG_MESSAGE_CLASS
  1334. 3 PR_ORIGIN_CHECK=_mapi1book_PR_ORIGIN_CHECK
  1335. 3 PR_ORIGINAL_AUTHOR_ADDRTYPE=_mapi1book_PR_ORIGINAL_AUTHOR_ADDRTYPE
  1336. 3 PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS
  1337. 3 PR_ORIGINAL_AUTHOR_ENTRYID=_mapi1book_PR_ORIGINAL_AUTHOR_ENTRYID
  1338. 3 PR_ORIGINAL_AUTHOR_NAME=_mapi1book_PR_ORIGINAL_AUTHOR_NAME
  1339. 3 PR_ORIGINAL_AUTHOR_SEARCH_KEY=_mapi1book_PR_ORIGINAL_AUTHOR_SEARCH_KEY
  1340. 3 PR_ORIGINAL_DELIVERY_TIME=_mapi1book_PR_ORIGINAL_DELIVERY_TIME
  1341. 3 PR_ORIGINAL_DISPLAY_BCC=_mapi1book_PR_ORIGINAL_DISPLAY_BCC
  1342. 3 PR_ORIGINAL_DISPLAY_CC=_mapi1book_PR_ORIGINAL_DISPLAY_CC
  1343. 3 PR_ORIGINAL_DISPLAY_NAME=_mapi1book_PR_ORIGINAL_DISPLAY_NAME
  1344. 3 PR_ORIGINAL_DISPLAY_TO=_mapi1book_PR_ORIGINAL_DISPLAY_TO
  1345. 3 PR_ORIGINAL_EITS=_mapi1book_PR_ORIGINAL_EITS
  1346. 3 PR_ORIGINAL_ENTRYID=_mapi1book_PR_ORIGINAL_ENTRYID
  1347. 3 PR_ORIGINAL_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SEARCH_KEY
  1348. 3 PR_ORIGINAL_SENDER_ADDRTYPE=_mapi1book_PR_ORIGINAL_SENDER_ADDRTYPE
  1349. 3 PR_ORIGINAL_SENDER_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_SENDER_EMAIL_ADDRESS
  1350. 3 PR_ORIGINAL_SENDER_ENTRYID=_mapi1book_PR_ORIGINAL_SENDER_ENTRYID
  1351. 3 PR_ORIGINAL_SENDER_NAME=_mapi1book_PR_ORIGINAL_SENDER_NAME
  1352. 3 PR_ORIGINAL_SENDER_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SENDER_SEARCH_KEY
  1353. 3 PR_ORIGINAL_SENSITIVITY=_mapi1book_PR_ORIGINAL_SENSITIVITY
  1354. 3 PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE
  1355. 3 PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS
  1356. 3 PR_ORIGINAL_SENT_REPRESENTING_ENTRYID=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_ENTRYID
  1357. 3 PR_ORIGINAL_SENT_REPRESENTING_NAME=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_NAME
  1358. 3 PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY
  1359. 3 PR_ORIGINAL_SUBJECT=_mapi1book_PR_ORIGINAL_SUBJECT
  1360. 3 PR_ORIGINAL_SUBMIT_TIME=_mapi1book_PR_ORIGINAL_SUBMIT_TIME
  1361. 3 PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE
  1362. 3 PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS
  1363. 3 PR_ORIGINALLY_INTENDED_RECIP_ENTRYID=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_ENTRYID
  1364. 3 PR_ORIGINALLY_INTENDED_RECIPIENT_NAME=_mapi1book_PR_ORIGINALLY_INTENDED_RECIPIENT_NAME
  1365. 3 PR_ORIGINATING_MTA_CERTIFICATE=_mapi1book_PR_ORIGINATING_MTA_CERTIFICATE
  1366. 3 PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY=_mapi1book_PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY
  1367. 3 PR_ORIGINATOR_CERTIFICATE=_mapi1book_PR_ORIGINATOR_CERTIFICATE
  1368. 3 PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED=_mapi1book_PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED
  1369. 3 PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED=_mapi1book_PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED
  1370. 3 PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT=_mapi1book_PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT
  1371. 3 PR_ORIGINATOR_RETURN_ADDRESS=_mapi1book_PR_ORIGINATOR_RETURN_ADDRESS
  1372. 3 PR_OTHER_TELEPHONE_NUMBER=_mapi1book_PR_OTHER_TELEPHONE_NUMBER
  1373. 3 PR_OWN_STORE_ENTRYID=_mapi1book_PR_OWN_STORE_ENTRYID
  1374. 3 PR_OWNER_APPT_ID=_mapi1book_PR_OWNER_APPT_ID
  1375. 3 PR_PAGER_TELEPHONE_NUMBER=_mapi1book_PR_PAGER_TELEPHONE_NUMBER
  1376. 3 PR_PARENT_DISPLAY=_mapi1book_PR_PARENT_DISPLAY
  1377. 3 PR_PARENT_ENTRYID=_mapi1book_PR_PARENT_ENTRYID
  1378. 3 PR_PARENT_KEY=_mapi1book_PR_PARENT_KEY
  1379. 3 PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY=_mapi1book_PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY
  1380. 3 PR_PHYSICAL_DELIVERY_MODE=_mapi1book_PR_PHYSICAL_DELIVERY_MODE
  1381. 3 PR_PHYSICAL_DELIVERY_REPORT_REQUEST=_mapi1book_PR_PHYSICAL_DELIVERY_REPORT_REQUEST
  1382. 3 PR_PHYSICAL_FORWARDING_ADDRESS=_mapi1book_PR_PHYSICAL_FORWARDING_ADDRESS
  1383. 3 PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED=_mapi1book_PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED
  1384. 3 PR_PHYSICAL_FORWARDING_PROHIBITED=_mapi1book_PR_PHYSICAL_FORWARDING_PROHIBITED
  1385. 3 PR_PHYSICAL_RENDITION_ATTRIBUTES=_mapi1book_PR_PHYSICAL_RENDITION_ATTRIBUTES
  1386. 3 PR_POST_OFFICE_BOX=_mapi1book_PR_POST_OFFICE_BOX
  1387. 3 PR_POSTAL_ADDRESS=_mapi1book_PR_POSTAL_ADDRESS
  1388. 3 PR_POSTAL_CODE=_mapi1book_PR_POSTAL_CODE
  1389. 3 PR_PREPROCESS=_mapi1book_PR_PREPROCESS
  1390. 3 PR_PRIMARY_CAPABILITY=_mapi1book_PR_PRIMARY_CAPABILITY
  1391. 3 PR_PRIMARY_FAX_NUMBER=_mapi1book_PR_PRIMARY_FAX_NUMBER
  1392. 3 PR_PRIMARY_TELEPHONE_NUMBER=_mapi1book_PR_PRIMARY_TELEPHONE_NUMBER
  1393. 3 PR_PRIORITY=_mapi1book_PR_PRIORITY
  1394. 3 PR_PROFILE_NAME=_mapi1book_PR_PROFILE_NAME
  1395. 3 PR_PROOF_OF_DELIVERY=_mapi1book_PR_PROOF_OF_DELIVERY
  1396. 3 PR_PROOF_OF_DELIVERY_REQUESTED=_mapi1book_PR_PROOF_OF_DELIVERY_REQUESTED
  1397. 3 PR_PROOF_OF_SUBMISSION=_mapi1book_PR_PROOF_OF_SUBMISSION
  1398. 3 PR_PROOF_OF_SUBMISSION_REQUESTED=_mapi1book_PR_PROOF_OF_SUBMISSION_REQUESTED
  1399. 3 PR_PROVIDER_DISPLAY=_mapi1book_PR_PROVIDER_DISPLAY
  1400. 3 PR_PROVIDER_DLL_NAME=_mapi1book_PR_PROVIDER_DLL_NAME
  1401. 3 PR_PROVIDER_ORDINAL=_mapi1book_PR_PROVIDER_ORDINAL
  1402. 3 PR_PROVIDER_SUBMIT_TIME=_mapi1book_PR_PROVIDER_SUBMIT_TIME
  1403. 3 PR_PROVIDER_UID=_mapi1book_PR_PROVIDER_UID
  1404. 3 PR_RADIO_TELEPHONE_NUMBER=_mapi1book_PR_RADIO_TELEPHONE_NUMBER
  1405. 3 PR_RCVD_REPRESENTING_ADDRTYPE=_mapi1book_PR_RCVD_REPRESENTING_ADDRTYPE
  1406. 3 PR_RCVD_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_RCVD_REPRESENTING_EMAIL_ADDRESS
  1407. 3 PR_RCVD_REPRESENTING_ENTRYID=_mapi1book_PR_RCVD_REPRESENTING_ENTRYID
  1408. 3 PR_RCVD_REPRESENTING_NAME=_mapi1book_PR_RCVD_REPRESENTING_NAME
  1409. 3 PR_RCVD_REPRESENTING_SEARCH_KEY=_mapi1book_PR_RCVD_REPRESENTING_SEARCH_KEY
  1410. 3 PR_READ_RECEIPT_ENTRYID=_mapi1book_PR_READ_RECEIPT_ENTRYID
  1411. 3 PR_READ_RECEIPT_REQUESTED=_mapi1book_PR_READ_RECEIPT_REQUESTED
  1412. 3 PR_READ_RECEIPT_SEARCH_KEY=_mapi1book_PR_READ_RECEIPT_SEARCH_KEY
  1413. 3 PR_RECEIPT_TIME=_mapi1book_PR_RECEIPT_TIME
  1414. 3 PR_RECEIVE_FOLDER_SETTINGS=_mapi1book_PR_RECEIVE_FOLDER_SETTINGS
  1415. 3 PR_RECEIVED_BY_ADDRTYPE=_mapi1book_PR_RECEIVED_BY_ADDRTYPE
  1416. 3 PR_RECEIVED_BY_EMAIL_ADDRESS=_mapi1book_PR_RECEIVED_BY_EMAIL_ADDRESS
  1417. 3 PR_RECEIVED_BY_ENTRYID=_mapi1book_PR_RECEIVED_BY_ENTRYID
  1418. 3 PR_RECEIVED_BY_NAME=_mapi1book_PR_RECEIVED_BY_NAME
  1419. 3 PR_RECEIVED_BY_SEARCH_KEY=_mapi1book_PR_RECEIVED_BY_SEARCH_KEY
  1420. 3 PR_RECIPIENT_CERTIFICATE=_mapi1book_PR_RECIPIENT_CERTIFICATE
  1421. 3 PR_RECIPIENT_NUMBER_FOR_ADVICE=_mapi1book_PR_RECIPIENT_NUMBER_FOR_ADVICE
  1422. 3 PR_RECIPIENT_REASSIGNMENT_PROHIBITED=_mapi1book_PR_RECIPIENT_REASSIGNMENT_PROHIBITED
  1423. 3 PR_RECIPIENT_STATUS=_mapi1book_PR_RECIPIENT_STATUS
  1424. 3 PR_RECIPIENT_TYPE=_mapi1book_PR_RECIPIENT_TYPE
  1425. 3 PR_RECORD_KEY=_mapi1book_PR_RECORD_KEY
  1426. 3 PR_REDIRECTION_HISTORY=_mapi1book_PR_REDIRECTION_HISTORY
  1427. 3 PR_REGISTERED_MAIL_TYPE=_mapi1book_PR_REGISTERED_MAIL_TYPE
  1428. 3 PR_RELATED_IPMS=_mapi1book_PR_RELATED_IPMS
  1429. 3 PR_REMOTE_PROGRESS=_mapi1book_PR_REMOTE_PROGRESS
  1430. 3 PR_REMOTE_PROGRESS_TEXT=_mapi1book_PR_REMOTE_PROGRESS_TEXT
  1431. 3 PR_REMOTE_VALIDATE_OK=_mapi1book_PR_REMOTE_VALIDATE_OK
  1432. 3 PR_RENDERING_POSITION=_mapi1book_PR_RENDERING_POSITION
  1433. 3 PR_REPLY_RECIPIENT_ENTRIES=_mapi1book_PR_REPLY_RECIPIENT_ENTRIES
  1434. 3 PR_REPLY_RECIPIENT_NAMES=_mapi1book_PR_REPLY_RECIPIENT_NAMES
  1435. 3 PR_REPLY_REQUESTED=_mapi1book_PR_REPLY_REQUESTED
  1436. 3 PR_REPLY_TIME=_mapi1book_PR_REPLY_TIME
  1437. 3 PR_REPORT_ENTRYID=_mapi1book_PR_REPORT_ENTRYID
  1438. 3 PR_REPORT_NAME=_mapi1book_PR_REPORT_NAME
  1439. 3 PR_REPORT_SEARCH_KEY=_mapi1book_PR_REPORT_SEARCH_KEY
  1440. 3 PR_REPORT_TAG=_mapi1book_PR_REPORT_TAG
  1441. 3 PR_REPORT_TEXT=_mapi1book_PR_REPORT_TEXT
  1442. 3 PR_REPORT_TIME=_mapi1book_PR_REPORT_TIME
  1443. 3 PR_REPORTING_DL_NAME=_mapi1book_PR_REPORTING_DL_NAME
  1444. 3 PR_REPORTING_MTA_CERTIFICATE=_mapi1book_PR_REPORTING_MTA_CERTIFICATE
  1445. 3 PR_REQUESTED_DELIVERY_METHOD=_mapi1book_PR_REQUESTED_DELIVERY_METHOD
  1446. 3 PR_RESOURCE_FLAGS=_mapi1book_PR_RESOURCE_FLAGS
  1447. 3 PR_RESOURCE_METHODS=_mapi1book_PR_RESOURCE_METHODS
  1448. 3 PR_RESOURCE_PATH=_mapi1book_PR_RESOURCE_PATH
  1449. 3 PR_RESOURCE_TYPE=_mapi1book_PR_RESOURCE_TYPE
  1450. 3 PR_RESPONSE_REQUESTED=_mapi1book_PR_RESPONSE_REQUESTED
  1451. 3 PR_RESPONSIBILITY=_mapi1book_PR_RESPONSIBILITY
  1452. 3 PR_RETURNED_IPM=_mapi1book_PR_RETURNED_IPM
  1453. 3 PR_ROW_TYPE=_mapi1book_PR_ROW_TYPE
  1454. 3 PR_ROWID=_mapi1book_PR_ROWID
  1455. 3 PR_RTF_COMPRESSED=_mapi1book_PR_RTF_COMPRESSED
  1456. 3 PR_RTF_IN_SYNC=_mapi1book_PR_RTF_IN_SYNC
  1457. 3 PR_RTF_SYNC_BODY_COUNT=_mapi1book_PR_RTF_SYNC_BODY_COUNT
  1458. 3 PR_RTF_SYNC_BODY_CRC=_mapi1book_PR_RTF_SYNC_BODY_CRC
  1459. 3 PR_RTF_SYNC_BODY_TAG=_mapi1book_PR_RTF_SYNC_BODY_TAG
  1460. 3 PR_RTF_SYNC_PREFIX_COUNT=_mapi1book_PR_RTF_SYNC_PREFIX_COUNT
  1461. 3 PR_RTF_SYNC_TRAILING_COUNT=_mapi1book_PR_RTF_SYNC_TRAILING_COUNT
  1462. 3 PR_SEARCH=_mapi1book_PR_SEARCH
  1463. 3 PR_SEARCH_KEY=_mapi1book_PR_SEARCH_KEY
  1464. 3 PR_SECURITY=_mapi1book_PR_SECURITY
  1465. 3 PR_SELECTABLE=_mapi1book_PR_SELECTABLE
  1466. 3 PR_SEND_RICH_INFO=_mapi1book_PR_SEND_RICH_INFO
  1467. 3 PR_SENDER_ADDRTYPE=_mapi1book_PR_SENDER_ADDRTYPE
  1468. 3 PR_SENDER_EMAIL_ADDRESS=_mapi1book_PR_SENDER_EMAIL_ADDRESS
  1469. 3 PR_SENDER_ENTRYID=_mapi1book_PR_SENDER_ENTRYID
  1470. 3 PR_SENDER_NAME=_mapi1book_PR_SENDER_NAME
  1471. 3 PR_SENDER_SEARCH_KEY=_mapi1book_PR_SENDER_SEARCH_KEY
  1472. 3 PR_SENSITIVITY=_mapi1book_PR_SENSITIVITY
  1473. 3 PR_SENT_REPRESENTING_ADDRTYPE=_mapi1book_PR_SENT_REPRESENTING_ADDRTYPE
  1474. 3 PR_SENT_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_SENT_REPRESENTING_EMAIL_ADDRESS
  1475. 3 PR_SENT_REPRESENTING_ENTRYID=_mapi1book_PR_SENT_REPRESENTING_ENTRYID
  1476. 3 PR_SENT_REPRESENTING_NAME=_mapi1book_PR_SENT_REPRESENTING_NAME
  1477. 3 PR_SENT_REPRESENTING_SEARCH_KEY=_mapi1book_PR_SENT_REPRESENTING_SEARCH_KEY
  1478. 3 PR_SENTMAIL_ENTRYID=_mapi1book_PR_SENTMAIL_ENTRYID
  1479. 3 PR_SERVICE_DELETE_FILES=_mapi1book_PR_SERVICE_DELETE_FILES
  1480. 3 PR_SERVICE_DLL_NAME=_mapi1book_PR_SERVICE_DLL_NAME
  1481. 3 PR_SERVICE_ENTRY_NAME=_mapi1book_PR_SERVICE_ENTRY_NAME
  1482. 3 PR_SERVICE_EXTRA_UIDS=_mapi1book_PR_SERVICE_EXTRA_UIDS
  1483. 3 PR_SERVICE_NAME=_mapi1book_PR_SERVICE_NAME
  1484. 3 PR_SERVICE_SUPPORT_FILES=_mapi1book_PR_SERVICE_SUPPORT_FILES
  1485. 3 PR_SERVICE_UID=_mapi1book_PR_SERVICE_UID
  1486. 3 PR_SERVICES=_mapi1book_PR_SERVICES
  1487. 3 PR_SPOOLER_STATUS=_mapi1book_PR_SPOOLER_STATUS
  1488. 3 PR_START_DATE=_mapi1book_PR_START_DATE
  1489. 3 PR_STATE_OR_PROVINCE=_mapi1book_PR_STATE_OR_PROVINCE
  1490. 3 PR_STATUS=_mapi1book_PR_STATUS
  1491. 3 PR_STATUS_CODE=_mapi1book_PR_STATUS_CODE
  1492. 3 PR_STATUS_STRING=_mapi1book_PR_STATUS_STRING
  1493. 3 PR_STORE_ENTRYID=_mapi1book_PR_STORE_ENTRYID
  1494. 3 PR_STORE_PROVIDERS=_mapi1book_PR_STORE_PROVIDERS
  1495. 3 PR_STORE_RECORD_KEY=_mapi1book_PR_STORE_RECORD_KEY
  1496. 3 PR_STORE_STATE=_mapi1book_PR_STORE_STATE
  1497. 3 PR_STORE_SUPPORT_MASK=_mapi1book_PR_STORE_SUPPORT_MASK
  1498. 3 PR_STREET_ADDRESS=_mapi1book_PR_STREET_ADDRESS
  1499. 3 PR_SUBFOLDERS=_mapi1book_PR_SUBFOLDERS
  1500. 3 PR_SUBJECT=_mapi1book_PR_SUBJECT
  1501. 3 PR_SUBJECT_PREFIX=_mapi1book_PR_SUBJECT_PREFIX
  1502. 3 PR_SUBMIT_FLAGS=_mapi1book_PR_SUBMIT_FLAGS
  1503. 3 PR_SUPPLEMENTARY_INFO=_mapi1book_PR_SUPPLEMENTARY_INFO
  1504. 3 PR_SURNAME=_mapi1book_PR_SURNAME
  1505. 3 PR_TELEX_NUMBER=_mapi1book_PR_TELEX_NUMBER
  1506. 3 PR_TEMPLATEID=_mapi1book_PR_TEMPLATEID
  1507. 3 PR_TITLE=_mapi1book_PR_TITLE
  1508. 3 PR_TNEF_CORRELATION_KEY=_mapi1book_PR_TNEF_CORRELATION_KEY
  1509. 3 PR_TRANSMITTABLE_DISPLAY_NAME=_mapi1book_PR_TRANSMITTABLE_DISPLAY_NAME
  1510. 3 PR_TRANSPORT_KEY=_mapi1book_PR_TRANSPORT_KEY
  1511. 3 PR_TRANSPORT_MESSAGE_HEADERS=_mapi1book_PR_TRANSPORT_MESSAGE_HEADERS
  1512. 3 PR_TRANSPORT_PROVIDERS=_mapi1book_PR_TRANSPORT_PROVIDERS
  1513. 3 PR_TRANSPORT_STATUS=_mapi1book_PR_TRANSPORT_STATUS
  1514. 3 PR_TYPE_OF_MTS_USER=_mapi1book_PR_TYPE_OF_MTS_USER
  1515. 3 PR_USER_CERTIFICATE=_mapi1book_PR_USER_CERTIFICATE
  1516. 3 PR_VALID_FOLDER_MASK=_mapi1book_PR_VALID_FOLDER_MASK
  1517. 3 PR_VIEWS_ENTRYID=_mapi1book_PR_VIEWS_ENTRYID
  1518. 3 PR_X400_CONTENT_TYPE=_mapi1book_PR_X400_CONTENT_TYPE
  1519. 3 PR_X400_DEFERRED_DELIVERY_CANCEL=_mapi1book_PR_X400_DEFERRED_DELIVERY_CANCEL
  1520. 3 PR_XPOS=_mapi1book_PR_XPOS
  1521. 3 PR_YPOS=_mapi1book_PR_YPOS
  1522. 2 MAPI Structures and Related Macros
  1523. 3 MAPI Structures and Related Macros=_mapi1book_MAPI_Structures_and_Related_Macros
  1524. 3 ADRENTRY=_mapi1book_ADRENTRY
  1525. 3 ADRLIST=_mapi1book_ADRLIST
  1526. 3 ADRPARM=_mapi1book_ADRPARM
  1527. 3 DTBLBUTTON=_mapi1book_DTBLBUTTON
  1528. 3 DTBLCHECKBOX=_mapi1book_DTBLCHECKBOX
  1529. 3 DTBLCOMBOBOX=_mapi1book_DTBLCOMBOBOX
  1530. 3 DTBLDDLBX=_mapi1book_DTBLDDLBX
  1531. 3 DTBLEDIT=_mapi1book_DTBLEDIT
  1532. 3 DTBLGROUPBOX=_mapi1book_DTBLGROUPBOX
  1533. 3 DTBLLABEL=_mapi1book_DTBLLABEL
  1534. 3 DTBLLBX=_mapi1book_DTBLLBX
  1535. 3 DTBLMVDDLBOX=_mapi1book_DTBLMVDDLBOX
  1536. 3 DTBLMVLISTBOX=_mapi1book_DTBLMVLISTBOX
  1537. 3 DTBLPAGE=_mapi1book_DTBLPAGE
  1538. 3 DTBLRADIOBUTTON=_mapi1book_DTBLRADIOBUTTON
  1539. 3 DTCTL=_mapi1book_DTCTL
  1540. 3 DTPAGE=_mapi1book_DTPAGE
  1541. 3 ENTRYID=_mapi1book_ENTRYID
  1542. 3 ENTRYLIST=_mapi1book_ENTRYLIST
  1543. 3 ERROR_NOTIFICATION=_mapi1book_ERROR_NOTIFICATION
  1544. 3 EXTENDED_NOTIFICATION=_mapi1book_EXTENDED_NOTIFICATION
  1545. 3 FILETIME=_mapi1book_FILETIME
  1546. 3 FLAGLIST=_mapi1book_FLAGLIST
  1547. 3 FLATENTRY=_mapi1book_FLATENTRY
  1548. 3 FLATENTRYLIST=_mapi1book_FLATENTRYLIST
  1549. 3 FLATMTSIDLIST=_mapi1book_FLATMTSIDLIST
  1550. 3 FORMPRINTSETUP=_mapi1book_FORMPRINTSETUP
  1551. 3 GUID=_mapi1book_GUID
  1552. 3 IID=_mapi1book_IID
  1553. 3 LARGE_INTEGER=_mapi1book_LARGE_INTEGER
  1554. 3 MAPIERROR=_mapi1book_MAPIERROR
  1555. 3 MAPIINIT_0=_mapi1book_MAPIINIT_0
  1556. 3 MAPINAMEID=_mapi1book_MAPINAMEID
  1557. 3 MAPIUID=_mapi1book_MAPIUID
  1558. 3 MTSID=_mapi1book_MTSID
  1559. 3 NEWMAIL_NOTIFICATION=_mapi1book_NEWMAIL_NOTIFICATION
  1560. 3 NOTIFICATION=_mapi1book_NOTIFICATION
  1561. 3 NOTIFKEY=_mapi1book_NOTIFKEY
  1562. 3 OBJECT_NOTIFICATION=_mapi1book_OBJECT_NOTIFICATION
  1563. 3 OPTIONDATA=_mapi1book_OPTIONDATA
  1564. 3 PFNIDLE=_mapi1book_PFNIDLE
  1565. 3 SAndRestriction=_mapi1book_SAndRestriction
  1566. 3 SAppTimeArray=_mapi1book_SAppTimeArray
  1567. 3 SBinary=_mapi1book_SBinary
  1568. 3 SBinaryArray=_mapi1book_SBinaryArray
  1569. 3 SBitMaskRestriction=_mapi1book_SBitMaskRestriction
  1570. 3 SCommentRestriction=_mapi1book_SCommentRestriction
  1571. 3 SComparePropsRestriction=_mapi1book_SComparePropsRestriction
  1572. 3 SContentRestriction=_mapi1book_SContentRestriction
  1573. 3 SCurrencyArray=_mapi1book_SCurrencyArray
  1574. 3 SDateTimeArray=_mapi1book_SDateTimeArray
  1575. 3 SDoubleArray=_mapi1book_SDoubleArray
  1576. 3 SExistRestriction=_mapi1book_SExistRestriction
  1577. 3 SGuidArray=_mapi1book_SGuidArray
  1578. 3 SLargeIntegerArray=_mapi1book_SLargeIntegerArray
  1579. 3 SLongArray=_mapi1book_SLongArray
  1580. 3 SLPSTRArray=_mapi1book_SLPSTRArray
  1581. 3 SMAPIFormInfoArray=_mapi1book_SMAPIFormInfoArray
  1582. 3 SMAPIFormProp=_mapi1book_SMAPIFormProp
  1583. 3 SMAPIFormPropArray=_mapi1book_SMAPIFormPropArray
  1584. 3 SMAPIFormPropEnumVal=_mapi1book_SMAPIFormPropEnumVal
  1585. 3 SMAPIVerb=_mapi1book_SMAPIVerb
  1586. 3 SMAPIVerbArray=_mapi1book_SMAPIVerbArray
  1587. 3 SMessageClassArray=_mapi1book_SMessageClassArray
  1588. 3 SNotRestriction=_mapi1book_SNotRestriction
  1589. 3 SOrRestriction=_mapi1book_SOrRestriction
  1590. 3 SPropAttrArray=_mapi1book_SPropAttrArray
  1591. 3 SPropertyRestriction=_mapi1book_SPropertyRestriction
  1592. 3 SPropProblem=_mapi1book_SPropProblem
  1593. 3 SPropProblemArray=_mapi1book_SPropProblemArray
  1594. 3 SPropTagArray=_mapi1book_SPropTagArray
  1595. 3 SPropValue=_mapi1book_SPropValue
  1596. 3 SRealArray=_mapi1book_SRealArray
  1597. 3 SRestriction=_mapi1book_SRestriction
  1598. 3 SRow=_mapi1book_SRow
  1599. 3 SRowSet=_mapi1book_SRowSet
  1600. 3 SShortArray=_mapi1book_SShortArray
  1601. 3 SSizeRestriction=_mapi1book_SSizeRestriction
  1602. 3 SSortOrder=_mapi1book_SSortOrder
  1603. 3 SSortOrderSet=_mapi1book_SSortOrderSet
  1604. 3 SSubRestriction=_mapi1book_SSubRestriction
  1605. 3 STATUS_OBJECT_NOTIFICATION=_mapi1book_STATUS_OBJECT_NOTIFICATION
  1606. 3 STnefProblem=_mapi1book_STnefProblem
  1607. 3 STnefProblemArray=_mapi1book_STnefProblemArray
  1608. 3 SWStringArray=_mapi1book_SWStringArray
  1609. 3 TABLE_NOTIFICATION=_mapi1book_TABLE_NOTIFICATION_structyp
  1610. 3 MAPI Data Types=_mapi1book_MAPI_Data_Types
  1611. 3 BOOKMARK=_mapi1book_BOOKMARK
  1612. 3 BYTE=_mapi1book_C_TYPE_BYTE
  1613. 3 HRESULT=_mapi1book_C_TYPE_HRESULT
  1614. 3 LHANDLE=_mapi1book_C_TYPE_LHANDLE
  1615. 3 LONG=_mapi1book_C_TYPE_LONG
  1616. 3 SCODE=_mapi1book_C_TYPE_SCODE
  1617. 3 TCHAR=_mapi1book_C_TYPE_TCHAR
  1618. 3 ULONG=_mapi1book_C_TYPE_ULONG
  1619. 3 WCHAR=_mapi1book_C_TYPE_WCHAR
  1620. 2 Common Message Calls (CMC)
  1621. 3 Common Messaging Calls (CMC)=_mapi1book_Common_Messaging_Calls_CMC_
  1622. 3 Functions=_mapi1book_Functions
  1623. 3 cmc_act_on=_mapi1book_cmc_act_on
  1624. 3 cmc_free=_mapi1book_cmc_free
  1625. 3 cmc_list=_mapi1book_cmc_list
  1626. 3 cmc_logoff=_mapi1book_cmc_logoff
  1627. 3 cmc_logon=_mapi1book_cmc_logon
  1628. 3 cmc_look_up=_mapi1book_cmc_look_up
  1629. 3 cmc_query_configuration=_mapi1book_cmc_query_configuration
  1630. 3 cmc_read=_mapi1book_cmc_read
  1631. 3 cmc_send=_mapi1book_cmc_send
  1632. 3 cmc_send_documents=_mapi1book_cmc_send_documents
  1633. 3 Structures and Data Types=_mapi1book_Structures_and_Data_Types
  1634. 3 BYTE=_mapi1book_BYTE
  1635. 3 CMC_attachment=_mapi1book_CMC_attachment
  1636. 3 CMC_boolean=_mapi1book_CMC_boolean
  1637. 3 CMC_buffer=_mapi1book_CMC_buffer
  1638. 3 CMC_counted_string=_mapi1book_CMC_counted_string
  1639. 3 CMC_enum=_mapi1book_CMC_enum
  1640. 3 CMC_extension=_mapi1book_CMC_extension
  1641. 3 CMC_flags=_mapi1book_CMC_flags
  1642. 3 CMC_message=_mapi1book_CMC_message
  1643. 3 CMC_message_reference=_mapi1book_CMC_message_reference
  1644. 3 CMC_message_summary=_mapi1book_CMC_message_summary
  1645. 3 CMC_object_identifier=_mapi1book_CMC_object_identifier
  1646. 3 CMC_recipient=_mapi1book_CMC_recipient
  1647. 3 CMC_return_code=_mapi1book_CMC_return_code
  1648. 3 CMC_session_id=_mapi1book_CMC_session_id
  1649. 3 CMC_string=_mapi1book_CMC_string
  1650. 3 CMC_time=_mapi1book_CMC_time
  1651. 3 CMC_ui_id=_mapi1book_CMC_ui_id
  1652. 3 CMC_X_COM_configuration=_mapi1book_CMC_X_COM_configuration
  1653. 3 CMC_X_COM_support=_mapi1book_CMC_X_COM_support
  1654. 3 CMC_X_MS_ATTACH= _mapi1book_CMC_X_MS_ATTACH
  1655. 3 Data Extensions=_mapi1book_Data_Extensions
  1656. 3 CMC_XS_COM=_mapi1book_CMC_XS_COM
  1657. 3 CMC_X_COM_ATTACH_CHARPOS=_mapi1book_CMC_X_COM_ATTACH_CHARPOS
  1658. 3 CMC_X_COM_CAN_SEND_RECIP=_mapi1book_CMC_X_COM_CAN_SEND_RECIP
  1659. 3 CMC_X_COM_CONFIG_DATA=_mapi1book_CMC_X_COM_CONFIG_DATA
  1660. 3 CMC_X_COM_PRIORITY=_mapi1book_CMC_X_COM_PRIORITY
  1661. 3 CMC_X_COM_RECIP_ID=_mapi1book_CMC_X_COM_RECIP_ID
  1662. 3 CMC_X_COM_SAVE_MESSAGE=_mapi1book_CMC_X_COM_SAVE_MESSAGE
  1663. 3 CMC_X_COM_SENT_MESSAGE=_mapi1book_CMC_X_COM_SENT_MESSAGE
  1664. 3 CMC_X_COM_SUPPORT_EXT=_mapi1book_CMC_X_COM_SUPPORT_EXT
  1665. 3 CMC_X_COM_TIME_RECEIVED=_mapi1book_CMC_X_COM_TIME_RECEIVED
  1666. 3 CMC_XS_MS=_mapi1book_CMC_XS_MS
  1667. 3 CMC_X_MS_ADDRESS_UI=_mapi1book_CMC_X_MS_ADDRESS_UI
  1668. 3 CMC_X_MS_ATTACH_DATA=_mapi1book_CMC_X_MS_ATTACH_DATA
  1669. 3 CMC_X_MS_FUNCTION_FLAGS=_mapi1book_CMC_X_MS_FUNCTION_FLAGS
  1670. 3 CMC_X_MS_MESSAGE_DATA=_mapi1book_CMC_X_MS_MESSAGE_DATA
  1671. 3 CMC_X_MS_SESSION_FLAGS=_mapi1book_CMC_X_MS_SESSION_FLAGS
  1672. 2 Simple MAPI
  1673. 3 Simple MAPI=_mapi1book_Simple_MAPI
  1674. 3 Functions for C and C++=_mapi1book_Functions_for_C_and_C_
  1675. 3 MAPIAddress=_mapi1book_C_MAPIAddress
  1676. 3 MAPIDeleteMail=_mapi1book_C_MAPIDeleteMail
  1677. 3 MAPIDetails=_mapi1book_C_MAPIDetails
  1678. 3 MAPIFindNext=_mapi1book_C_MAPIFindNext
  1679. 3 MAPIFreeBuffer (Simple MAPI)=_mapi1book_MAPIFreeBuffer_Simple_MAPI_
  1680. 3 MAPILogoff=_mapi1book_C_MAPILogoff
  1681. 3 MAPILogon=_mapi1book_C_MAPILogon
  1682. 3 MAPIReadMail=_mapi1book_C_MAPIReadMail
  1683. 3 MAPIResolveName=_mapi1book_C_MAPIResolveName
  1684. 3 MAPISaveMail=_mapi1book_C_MAPISaveMail
  1685. 3 MAPISendDocuments=_mapi1book_C_MAPISendDocuments
  1686. 3 MAPISendMail=_mapi1book_C_MAPISendMail
  1687. 3 Structures for C and C++=_mapi1book_Structures_for_C_and_C_
  1688. 3 MapiFileDesc (Simple MAPI)=_mapi1book_MapiFileDesc_Simple_MAPI_
  1689. 3 MapiFileTagExt (Simple MAPI)=_mapi1book_MapiFileTagExt_Simple_MAPI_
  1690. 3 MapiMessage (Simple MAPI)=_mapi1book_MapiMessage_Simple_MAPI_
  1691. 3 MapiRecipDesc (Simple MAPI)=_mapi1book_MapiRecipDesc_Simple_MAPI_
  1692. 3 Functions for Visual Basic=_mapi1book_Functions_for_Visual_Basic
  1693. 3 MAPIAddress (VB)=_mapi1book_MAPIAddress_VB_
  1694. 3 MAPIDeleteMail (VB)=_mapi1book_MAPIDeleteMail_VB_
  1695. 3 MAPIDetails (VB)=_mapi1book_MAPIDetails_VB_
  1696. 3 MAPIFindNext (VB)=_mapi1book_MAPIFindNext_VB_
  1697. 3 MAPILogoff (VB)=_mapi1book_MAPILogoff_VB_
  1698. 3 MAPILogon (VB)=_mapi1book_MAPILogon_VB_
  1699. 3 MAPIReadMail (VB)=_mapi1book_MAPIReadMail_VB_
  1700. 3 MAPIResolveName (VB)=_mapi1book_MAPIResolveName_VB_
  1701. 3 MAPISaveMail (VB)=_mapi1book_MAPISaveMail_VB_
  1702. 3 MAPISendDocuments (VB)=_mapi1book_MAPISendDocuments_VB_
  1703. 3 MAPISendMail (VB)=_mapi1book_MAPISendMail_VB_
  1704. 3 Data Types for Visual Basic=_mapi1book_Data_Types_for_Visual_Basic
  1705. 3 MapiFile (VB)=_mapi1book_MapiFile_VB_
  1706. 3 MapiMessage (VB)=_mapi1book_MapiMessage_VB_
  1707. 3 MapiRecip (VB)=_mapi1book_MapiRecip_VB_
  1708. 2 Property Identifiers and Types
  1709. 3 Property Identifiers and Types=_mapi1book_Property_Identifiers_and_Types
  1710. 3 List of Property Identifier Ranges=_mapi1book_List_of_Property_Identifier_Ranges
  1711. 3 List of Property Types=_mapi1book_List_of_Property_Types
  1712. 2 MAPI Versions of 32-Bit Windows Functions
  1713. 3 MAPI Versions of 32-Bit Windows Functions=_MAPI_Versions_of_32_Bit_Windows_Functions
  1714. 3 Accessing Win32 Information in the MAPIWIN.H Header File=_mapi1book_Accessing_Win32_Information_in_the_MAPIWIN.H_Header_File
  1715. 3 Syntax and Limitations for Win32 Functions Useful in MAPI Development=_mapi1book_Syntax_and_Limitations_for_Win32_Functions_Useful_in_MAPI_Development
  1716. 3 CloseHandle= _mapi1book_CloseHandle
  1717. 3 CompareFileTime=#_mapi1book_CompareFileTime
  1718. 3 CompareStringA=_mapi1book_CompareStringA
  1719. 3 CompareStringW=_mapi1book_CompareStringW
  1720. 3 CopyFile=_mapi1book_CopyFile
  1721. 3 CopyMemory=_mapi1book_CopyMemory
  1722. 3 CreateDirectory=_mapi1book_CreateDirectory
  1723. 3 CreateFile=_mapi1book_CreateFile
  1724. 3 DeleteFile=_mapi1book_DeleteFile
  1725. 3 DosDateTimeToFileTime=_mapi1book_DosDateTimeToFileTime
  1726. 3 FBadReadPtr=_mapi1book_FBadReadPtr
  1727. 3 FileTimeToLocalFileTime=_mapi1book_FileTimeToLocalFileTime
  1728. 3 FileTimeToDosDateTime=_mapi1book_FileTimeToDosDateTime
  1729. 3 FileTimeToSystemTime=_mapi1book_FileTimeToSystemTime
  1730. 3 FillMemory=_mapi1book_FillMemory
  1731. 3 FindClose=_mapi1book_FindClose
  1732. 3 FindFirstFile=_mapi1book_FindFirstFile
  1733. 3 FindNextFile=_mapi1book_FindNextFile
  1734. 3 GetACP=_mapi1book_GetACP
  1735. 3 GetCurrentProcessID=_mapi1book_GetCurrentProcessID
  1736. 3 GetFileAttributes=_mapi1book_GetFileAttributes
  1737. 3 GetFileSize=_mapi1book_GetFileSize
  1738. 3 GetFileTime=_mapi1book_GetFileTime
  1739. 3 GetFullPathName=_mapi1book_GetFullPathName
  1740. 3 GetLastError=_mapi1book_GetLastError
  1741. 3 GetLocalTime=_mapi1book_GetLocalTime
  1742. 3 GetSystemTime=_mapi1book_GetSystemTime
  1743. 3 GetTempFileName=_mapi1book_GetTempFileName
  1744. 3 GetTempFileName32=_mapi1book_GetTempFileName32
  1745. 3 GetTempPath=_mapi1book_GetTempPath
  1746. 3 GetTimeZoneInformation=_mapi1book_GetTimeZoneInformation
  1747. 3 GetUserDefaultLCID=_mapi1book_GetUserDefaultLCID
  1748. 3 InterlockedDecrement=_mapi1book_InterlockedDecrement
  1749. 3 InterlockedIncrement=_mapi1book_InterlockedIncrement
  1750. 3 IsBadBoundedStringPtr=_mapi1book_IsBadBoundedStringPtr
  1751. 3 IsBadReadPtr=_mapi1book_IsBadReadPtr
  1752. 3 IsBadStringPtrW=_mapi1book_IsBadStringPtrW
  1753. 3 LocalFileTimeToFileTime=_mapi1book_LocalFileTimeToFileTime
  1754. 3 lstrlenW=_mapi1book_lstrlenW
  1755. 3 lstrcmpW=_mapi1book_lstrcmpW
  1756. 3 lstrcpyW=_mapi1book_lstrcpyW
  1757. 3 MoveFile=_mapi1book_MoveFile
  1758. 3 MoveMemory=_mapi1book_MoveMemory
  1759. 3 MulDiv32=_mapi1book_MulDiv32
  1760. 3 MultiByteToWideChar=_mapi1book_MultiByteToWideChar
  1761. 3 ReadFile=_mapi1book_ReadFile
  1762. 3 RemoveDirectory=_mapi1book_RemoveDirectory
  1763. 3 SetEndOfFile=_mapi1book_SetEndOfFile
  1764. 3 SetFilePointer=_mapi1book_SetFilePointer
  1765. 3 SetTimeZoneInformation=_mapi1book_SetTimeZoneInformation
  1766. 3 Sleep=_mapi1book_Sleep
  1767. 3 SystemTimeToFileTime=_mapi1book_SystemTimeToFileTime
  1768. 3 WideCharToMultiByte=_mapi1book_WideCharToMultiByte
  1769. 3 WriteFile=_mapi1book_WriteFile
  1770. 3 ZeroMemory=_mapi1book_ZeroMemory
  1771. 2 Address Types
  1772. 3 Address Types=_mapi1book_Address_Types
  1773. 3 3+Mail (3COM)=_mapi1book_3_Mail_3COM_
  1774. 3 AT&T EasyLink (ATT)=_mapi1book_AT_T_EasyLink_ATT_
  1775. 3 Facsimile (FAX, MSFAX)=_mapi1book_Facsimile_FAX_MSFAX_
  1776. 3 MCI Mail (MCI)=_mapi1book_MCI_Mail_MCI_
  1777. 3 Novell Message Handling System (MHS)=_mapi1book_Novell_Message_Handling_System_MHS_
  1778. 3 Microsoft Mail for PC Networks (MS)=_mapi1book_Microsoft_Mail_for_PC_Networks_MS_
  1779. 3 Microsoft Mail for Appletalk Networks (MSA)=_mapi1book_Microsoft_Mail_for_Appletalk_Networks_MSA_
  1780. 3 The Microsoft Network (MSN)=_mapi1book_The_Microsoft_Network_MSN_
  1781. 3 Professional Office System (PROFS)=_mapi1book_Professional_Office_System_PROFS_
  1782. 3 Internet (SMTP)=_mapi1book_Internet_SMTP_
  1783. 3 SNA Distribution System (SNADS)=_mapi1book_SNA_Distribution_System_SNADS_
  1784. 3 Telex (TELEX) - Proposed=_mapi1book_Telex_TELEX_Proposed
  1785. 3 X.400 Message Handling System (X400)=_mapi1book_X.400_Message_Handling_System_X400_
  1786. 3 X.500 Directory Service (X500)=_mapi1book_X.500_Directory_Service_X500_
  1787. 2 Transport-Neutral Encapsulation Format (TNEF)
  1788. 3 Transport-Neutral Encapsulation Format (TNEF)=_mapi1book_Transport_Neutral_Encapsulation_Format_TNEF_
  1789. 3 TNEF Encoding Example=_mapi1book_TNEF_Encoding_Example
  1790. 3 Mapping of TNEF Message Attributes to MAPI Properties=_mapi1book_Mapping_of_TNEF_Message_Attributes_to_MAPI_Properties
  1791. 3 Mapping of TNEF Attachment Attributes to MAPI Properties=_mapi1book_Mapping_of_TNEF_Attachment_Attributes_to_MAPI_Properties
  1792. 3 Comments About the Attributes=_mapi1book_Comments_About_the_Attributes
  1793. 3 attMAPIProps=_mapi1book_attMAPIProps
  1794. 3 Attributes with the attDate Prefix=_mapi1book_Attributes_with_the_attDate_Prefix
  1795. 3 attOriginalMessageClass=_mapi1book_attOriginalMessageClass
  1796. 3 attConversationID and attParentID=_mapi1book_attConversationID_and_attParentID
  1797. 3 attFrom=_mapi1book_attFrom
  1798. 3 attOwner=_mapi1book_attOwner
  1799. 3 attSentFor=_mapi1book_attSentFor
  1800. 3 attRecipTable=_mapi1book_attRecipTable
  1801. 3 attPriority=_mapi1book_attPriority
  1802. 3 attMessageStatus=_mapi1book_attMessageStatus
  1803. 3 attAttachRenddata=_mapi1book_attAttachRenddata
  1804. 3 OLE Attachments=_mapi1book_OLE_Attachments
  1805. 2 Mapping of X.400 P2 Attributes to MAPI Properties
  1806. 3 Mapping of X.400 P2 Attributes to MAPI Properties=_mapi1book_Mapping_of_X.400_P2_Attributes_to_MAPI_Properties
  1807. 3 X.400 Attributes By Object=_mapi1book_X..400_Attributes_By_Object
  1808. 3 OMP_O_IM_C_BD_PRT=_mapi1book_OMP_O_IM_C_BD_PRT
  1809. 3 OMP_O_IM_C_BILAT_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_BILAT_DEF_BD_PRT
  1810. 3 OMP_O_IM_C_EXTERN_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_EXTERN_DEF_BD_PRT
  1811. 3 OMP_O_IM_C_G3_FAX_BD_PRT=_mapi1book_OMP_O_IM_C_G3_FAX_BD_PRT
  1812. 3 OMP_O_IM_C_G4_CLASS_1_BD_PRT=_mapi1book_OMP_O_IM_C_G4_CLASS_1_BD_PRT
  1813. 3 OMP_O_IM_C_GENERAL_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_GENERAL_TEXT_BD_PRT
  1814. 3 OMP_O_IM_C_IA5_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_IA5_TEXT_BD_PRT
  1815. 3 OMP_O_IM_C_INTERPERSONAL_MSG=_mapi1book_OMP_O_IM_C_INTERPERSONAL_MSG
  1816. 3 OMP_O_IM_C_INTERPERSONAL_NOTIF=_mapi1book_OMP_O_IM_C_INTERPERSONAL_NOTIF
  1817. 3 OMP_O_IM_C_IPM_IDENTIFIER=_mapi1book_OMP_O_IM_C_IPM_IDENTIFIER
  1818. 3 OMP_O_IM_C_ISO_6937_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_ISO_6937_TEXT_BD_PRT
  1819. 3 OMP_O_IM_C_MESSAGE_BD_PRT=_mapi1book_OMP_O_IM_C_MESSAGE_BD_PRT
  1820. 3 OMP_O_IM_C_MIXED_MODE_BD_PRT=_mapi1book_OMP_O_IM_C_MIXED_MODE_BD_PRT
  1821. 3 OMP_O_IM_C_NATIONAL_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_NATIONAL_DEF_BD_PRT
  1822. 3 OMP_O_IM_C_NON_RECEIPT_NOTIF=_mapi1book_OMP_O_IM_C_NON_RECEIPT_NOTIF
  1823. 3 OMP_O_IM_C_ODA_BD_PRT=_mapi1book_OMP_O_IM_C_ODA_BD_PRT
  1824. 3 OMP_O_IM_C_OR_DESCRIPTOR=_mapi1book_OMP_O_IM_C_OR_DESCRIPTOR
  1825. 3 OMP_O_IM_C_RECEIPT_NOTIF=_mapi1book_OMP_O_IM_C_RECEIPT_NOTIF
  1826. 3 OMP_O_IM_C_RECIPIENT_SPECIFIER=_mapi1book_OMP_O_IM_C_RECIPIENT_SPECIFIER
  1827. 3 OMP_O_IM_C_TELETEX_BD_PRT=_mapi1book_OMP_O_IM_C_TELETEX_BD_PRT
  1828. 3 OMP_O_IM_C_UNIDENTIFIED_BD_PRT=_mapi1book_OMP_O_IM_C_UNIDENTIFIED_BD_PRT
  1829. 3 OMP_O_IM_C_USA_NAT_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_USA_NAT_DEF_BD_PRT
  1830. 3 OMP_O_IM_C_VIDEOTEX_BD_PRT=_mapi1book_OMP_O_IM_C_VIDEOTEX_BD_PRT
  1831. 3 Comprehensive X.400 Attributes Reference=_mapi1book_Comprehensive_X..400_Attributes_Reference
  1832. 2 Mapping of Internet Mail Attributes to MAPI Properties
  1833. 3 Mapping of Internet Mail Attributes to MAPI Properties=_mapi1book_Mapping_of_Internet_Mail_Attributes_to_MAPI_Properties
  1834. 3 Addressing=_mapi1book_Addressing
  1835. 3 Message Envelope=_mapi1book_Message_Envelope
  1836. 3 Message Content=_mapi1book_Message_Content
  1837. 3 Message Text=_mapi1book_Message_Text
  1838. 3 Attached Files and Messages=_mapi1book_Attached_Files_and_Messages
  1839. 2 Regular Expressions
  1840. 3 Regular Expressions=_mapi1book_Regular_Expressions
  1841. 2 Functionality Groups
  1842. 3 Functionality Groups=_mapi1book_Functionality_Groups
  1843. 3 Function Groups=_mapi1book_Function_Groups
  1844. 3 Arithmetic Functions=_mapi1book_Arithmetic_Functions
  1845. 3 Base Functions=_mapi1book_Base_Functions
  1846. 3 Forms Functions=_mapi1book_Forms_Functions
  1847. 3 Identifier Functions=_mapi1book_Identifier_Functions
  1848. 3 Idle Functions=_mapi1book_Idle_Functions
  1849. 3 Initialization Functions=_mapi1book_Initialization_Functions
  1850. 3 IStorage Functions=_mapi1book_IStorage_Functions
  1851. 3 IUnknown Functions=_mapi1book_IUnknown_Functions
  1852. 3 Memory Management Functions=_mapi1book_Memory_Management_Functions
  1853. 3 Message Session Functions=_mapi1book_Message_Session_Functions
  1854. 3 Notification Functions=_mapi1book_Notification_Functions
  1855. 3 Parameter Validation Functions=_mapi1book_Parameter_Validation_Functions
  1856. 3 Path Name Functions=_mapi1book_Path_Name_Functions
  1857. 3 Preprocessor Functions=_mapi1book_Preprocessor_Functions
  1858. 3 Properties Functions=_mapi1book_Properties_Functions
  1859. 3 RTF Synchronization Functions=_mapi1book_RTF_Synchronization_Functions
  1860. 3 String Operator Functions=_mapi1book_String_Operator_Functions
  1861. 3 Structure Validation Functions=_mapi1book_Structure_Validation_Functions
  1862. 3 Table Functions=_mapi1book_Table_Functions
  1863. 3 Tnef Functions=_mapi1book_Tnef_Functions
  1864. 3 Property Groups=_mapi1book_Property_Groups
  1865. 3 Actual Recipient Properties=_mapi1book_Actual_Recipient_Properties
  1866. 3 Alternate Recipient Properties=_mapi1book_Alternate_Recipient_Properties
  1867. 3 Attachment Properties=_mapi1book_Attachment_Properties
  1868. 3 Autoforwarding Properties=_mapi1book_Autoforwarding_Properties
  1869. 3 Base Address Properties=_mapi1book_Base_Address_Properties
  1870. 3 Certificate Properties=_mapi1book_Certificate_Properties
  1871. 3 Content Properties=_mapi1book_Content_Properties
  1872. 3 Conversation Properties=_mapi1book_Conversation_Properties
  1873. 3 Conversion Properties=_mapi1book_Conversion_Properties
  1874. 3 Criticality Properties=_mapi1book_Criticality_Properties
  1875. 3 Dialog Box Control Properties=_mapi1book_Dialog_Box_Control_Properties
  1876. 3 Folder Properties=_mapi1book_Folder_Properties
  1877. 3 Form Properties=_mapi1book_Form_Properties
  1878. 3 General Object Properties=_mapi1book_General_Object_Properties
  1879. 3 Identity Properties=_mapi1book_Identity_Properties
  1880. 3 IPM Properties=_mapi1book_IPM_Properties
  1881. 3 Message Properties=_mapi1book_Message_Properties
  1882. 3 Message Service Properties=_mapi1book_Message_Service_Properties
  1883. 3 Original Author Properties=_mapi1book_Original_Author_Properties
  1884. 3 Original Messaging User Properties=_mapi1book_Original_Messaging_User_Properties
  1885. 3 Original Represented Sender Properties=_mapi1book_Original_Represented_Sender_Properties
  1886. 3 Original Sender Properties=_mapi1book_Original_Sender_Properties
  1887. 3 Originally Intended Recipient Properties=_mapi1book_Originally_Intended_Recipient_Properties
  1888. 3 Origination Properties=_mapi1book_Origination_Properties
  1889. 3 Physical Delivery Properties=_mapi1book_Physical_Delivery_Properties
  1890. 3 Proof of Progress Properties=_mapi1book_Proof_of_Progress_Properties
  1891. 3 Provider Properties=_mapi1book_Provider_Properties
  1892. 3 Recipient List Properties=_mapi1book_Recipient_List_Properties
  1893. 3 Remote Transfer Properties=_mapi1book_Remote_Transfer_Properties
  1894. 3 Report Properties=_mapi1book_Report_Properties
  1895. 3 Report Recipient Properties=_mapi1book_Report_Recipient_Properties
  1896. 3 Represented Recipient Properties=_mapi1book_Represented_Recipient_Properties
  1897. 3 Represented Sender Properties=_mapi1book_Represented_Sender_Properties
  1898. 3 Reserved Properties=_mapi1book_Reserved_Properties
  1899. 3 Rich Text Properties=_mapi1book_Rich_Text_Properties
  1900. 3 Schedule Properties=_mapi1book_Schedule_Properties
  1901. 3 Sender Properties=_mapi1book_Sender_Properties
  1902. 3 Specialized Usage Properties=_mapi1book_Specialized_Usage_Properties
  1903. 3 Subject Properties=_mapi1book_Subject_Properties
  1904. 3 Supplemental Name Properties=_mapi1book_Supplemental_Name_Properties
  1905. 3 Table Access Properties=_mapi1book_Table_Access_Properties
  1906. 3 Table Row Properties=_mapi1book_Table_Row_Properties
  1907. 3 Template Properties=_mapi1book_Template_Properties
  1908. 3 Time Properties=_mapi1book_Time_Properties
  1909. 3 Unused Properties=_mapi1book_Unused_Properties
  1910. 3 User Personal Information Properties=_mapi1book_User_Personal_Information_Properties
  1911. 3 Structure Groups=_mapi1book_Structure_Groups
  1912. 3 Address Structures=_mapi1book_Address_Structures
  1913. 3 Display Table Structures=_mapi1book_Display_Table_Structures
  1914. 3 Form Structures=_mapi1book_Form_Structures
  1915. 3 ID Structures=_mapi1book_ID_Structures
  1916. 3 Notification Structures=_mapi1book_Notification_Structures
  1917. 3 Property Structures=_mapi1book_Property_Structures
  1918. 3 Restriction Structures=_mapi1book_Restriction_Structures
  1919. 3 Simple MAPI Structures=_mapi1book_Simple_MAPI_Structures
  1920. 3 Table Structures=_mapi1book_Table_Structures
  1921. 3 TNEF Structures=_mapi1book_TNEF_Structures
  1922. 2 Glossary
  1923. 3 A=_mapi1book_A
  1924. 3 address book=_mapi1book_gly_address_book
  1925. 3 address book container=_mapi1book_gly_address_book_container
  1926. 3 address book provider=_mapi1book_gly_address_book_provider
  1927. 3 address properties=_mapi1book_gly_address_properties
  1928. 3 advise sink=_mapi1book_gly_advise_sink
  1929. 3 ambiguous name resolution=_mapi1book_gly_ambiguous_name_resolution
  1930. 3 application form library=_mapi1book_gly_application_form_library
  1931. 3 ASN=_mapi1book_gly_ASN
  1932. 3 associated contents table=_mapi1book_gly_associated_contents_table
  1933. 3 associated information=_mapi1book_gly_associated_information
  1934. 3 attachment=_mapi1book_gly_attachment
  1935. 3 attachment table=_mapi1book_gly_attachment_table
  1936. 3 B=_mapi1book_B
  1937. 3 bookmark=_mapi1book_gly_bookmark
  1938. 3 C=_mapi1book_C
  1939. 3 canonical form=_mapi1book_gly_canonical_form
  1940. 3 CCITT=_mapi1book_gly_CCITT
  1941. 3 client=_mapi1book_gly_client
  1942. 3 client application=_mapi1book_gly_client_application
  1943. 3 client extension=_mapi1book_gly_client_extension
  1944. 3 client interface=_mapi1book_gly_client_interface
  1945. 3 CMC=_mapi1book_gly_CMC
  1946. 3 common dialog box=_mapi1book_gly_common_dialog_box
  1947. 3 Common Messaging Calls=_mapi1book_gly_Common_Messaging_Calls
  1948. 3 Common Messaging Calls data extension=_mapi1book_gly_Common_Messaging_Calls_data_extension
  1949. 3 compound entry identifier=_mapi1book_gly_compound_entry_identifier
  1950. 3 configuration file=_mapi1book_gly_configuration_file
  1951. 3 connection number=_mapi1book_gly_connection_number
  1952. 3 container=_mapi1book_gly_container
  1953. 3 contents table=_mapi1book_gly_contents_table
  1954. 3 conversation thread=_mapi1book_gly_conversation_thread
  1955. 3 custom recipient=_mapi1book_gly_custom_recipient
  1956. 3 custom recipient entry identifier=_mapi1book_gly_custom_recipient_entry_identifier
  1957. 3 custom recipient table=_mapi1book_gly_custom_recipient_table
  1958. 3 custom recipient template entry identifier=_mapi1book_gly_custom_recipient_template_entry_identifier
  1959. 3 D=_mapi1book_D
  1960. 3 data extension=_mapi1book_gly_data_extension
  1961. 3 DBCS=_mapi1book_gly_DBCS
  1962. 3 default profile=_mapi1book_gly_default_profile
  1963. 3 delegate access=_mapi1book_gly_delegate_access
  1964. 3 Deleted Items folder=_mapi1book_gly_Deleted_Items_folder
  1965. 3 delivery report=_mapi1book_gly_delivery_report
  1966. 3 dialog box=_mapi1book_gly_dialog_box
  1967. 3 disk instance=_mapi1book_gly_disk_instance
  1968. 3 display name=_mapi1book_gly_display_name
  1969. 3 display table=_mapi1book_gly_display_table
  1970. 3 distribution list=_mapi1book_gly_distribution_list
  1971. 3 domain=_mapi1book_gly_domain
  1972. 3 E=_mapi1book_E
  1973. 3 Electronic Data Interchange=_mapi1book_gly_Electronic_Data_Interchange
  1974. 3 entry identifier=_mapi1book_gly_entry_identifier
  1975. 3 entry point function=_mapi1book_gly_entry_point_function
  1976. 3 event=_mapi1book_gly_event
  1977. 3 event mask=_mapi1book_gly_event_mask
  1978. 3 extension=_mapi1book_gly_extension
  1979. 3 F=_mapi1book_F
  1980. 3 folder=_mapi1book_gly_folder
  1981. 3 folder form library=_mapi1book_gly_folder_form_library
  1982. 3 foreign system=_mapi1book_gly_foreign_system
  1983. 3 form=_mapi1book_gly_form
  1984. 3 form activation=_mapi1book_gly_form_activation
  1985. 3 form container=_mapi1book_gly_form_container
  1986. 3 (Untitled) _mapi1book_gly_form_library=_mapi1book_gly_form_library
  1987. 3 form library provider=_mapi1book_gly_form_library_provider
  1988. 3 form resolution=_mapi1book_gly_form_resolution
  1989. 3 form server=_mapi1book_gly_form_server
  1990. 3 form viewer=_mapi1book_gly_form_viewer
  1991. 3 fuzzy level=_mapi1book_gly_fuzzy_level
  1992. 3 G=_mapi1book_G
  1993. 3 GAL=_mapi1book_gly_GAL
  1994. 3 gateway=_mapi1book_gly_gateway
  1995. 3 global address list=_mapi1book_gly_global_address_list
  1996. 3 H=_mapi1book_H
  1997. 3 hands-off state=_mapi1book_gly_hands_off_state
  1998. 3 header folder=_mapi1book_gly_header_folder
  1999. 3 hierarchy table=_mapi1book_gly_hierarchy_table
  2000. 3 hook=_mapi1book_gly_hook
  2001. 3 hook provider=_mapi1book_gly_hook_provider
  2002. 3 I=_mapi1book_I
  2003. 3 IID=_mapi1book_gly_IID
  2004. 3 Inbox=_mapi1book_gly_Inbox
  2005. 3 information service=_mapi1book_gly_information_service
  2006. 3 interface=_mapi1book_gly_interface
  2007. 3 interface identifier=_mapi1book_gly_interface_identifier
  2008. 3 International Telecommunications Union=_mapi1book_gly_International_Telecommunications_Union
  2009. 3 interpersonal message=_mapi1book_gly_interpersonal_message
  2010. 3 interprocess communication=_mapi1book_gly_interprocess_communication
  2011. 3 IPC message=_mapi1book_gly_IPC_message
  2012. 3 IPM=_mapi1book_gly_IPM
  2013. 3 IPM subtree=_mapi1book_gly_IPM_subtree
  2014. 3 K=_mapi1book_K
  2015. 3 key=_mapi1book_gly_key
  2016. 3 L=_mapi1book_L
  2017. 3 local message store=_mapi1book_gly_local_message_store
  2018. 3 logon=_mapi1book_gly_logon
  2019. 3 logoff=_mapi1book_gly_logoff
  2020. 3 long-term entry identifier=_mapi1book_gly_long_term_entry_identifier
  2021. 3 M=_mapi1book_M
  2022. 3 mail user=_mapi1book_gly_mail_user
  2023. 3 MAPI=_mapi1book_gly_MAPI
  2024. 3 MAPI interface=_mapi1book_gly_MAPI_interface
  2025. 3 MAPI object=_mapi1book_gly_MAPI_object
  2026. 3 MAPI spooler=_mapi1book_gly_MAPI_spooler
  2027. 3 MAPI subsystem=_mapi1book_gly_MAPI_subsystem
  2028. 3 message=_mapi1book_gly_message
  2029. 3 message body=_mapi1book_gly_message_body
  2030. 3 message class=_mapi1book_gly_message_class
  2031. 3 message content=_mapi1book_gly_message_content
  2032. 3 message envelope=_mapi1book_gly_message_envelope
  2033. 3 message preprocessor=_mapi1book_gly_message_preprocessor
  2034. 3 message service=_mapi1book_gly_message_service
  2035. 3 message service table=_mapi1book_gly_message_service_table
  2036. 3 message site=_mapi1book_gly_message_site
  2037. 3 message store=_mapi1book_gly_message_store
  2038. 3 message store provider=_mapi1book_gly_message_store_provider
  2039. 3 message store table=_mapi1book_gly_message_store_table
  2040. 3 message text=_mapi1book_gly_message_text
  2041. 3 message transfer agent=_mapi1book_gly_message_transfer_agent
  2042. 3 message transfer system=_mapi1book_gly_message_transfer_system
  2043. 3 messaging application=_mapi1book_gly_messaging_application
  2044. 3 messaging domain=_mapi1book_gly_messaging_domain
  2045. 3 messaging hook provider=_mapi1book_gly_messaging_hook_provider
  2046. 3 messaging service=_mapi1book_gly_messaging_service
  2047. 3 messaging system=_mapi1book_gly_messaging_system
  2048. 3 messaging transport provider=_mapi1book_gly_messaging_transport_provider
  2049. 3 messaging user=_mapi1book_gly_messaging_user
  2050. 3 MTA=_mapi1book_gly_MTA
  2051. 3 MTS=_mapi1book_gly_MTS
  2052. 3 multivalued property=_mapi1book_gly_multivalued_property
  2053. 3 N=_mapi1book_N
  2054. 3 name resolution=_mapi1book_gly_name_resolution
  2055. 3 name space=_mapi1book_gly_name_space
  2056. 3 named property=_mapi1book_gly_named_property
  2057. 3 name-identifier mapping=_mapi1book_gly_name_identifier_mapping
  2058. 3 NDR=_mapi1book_gly_NDR
  2059. 3 no-scribble state=_mapi1book_gly_no_scribble_state
  2060. 3 non-IPM message=_mapi1book_gly_non_IPM_message
  2061. 3 nondelivery report=_mapi1book_gly_nondelivery_report
  2062. 3 nonread notification=_mapi1book_gly_nonread_notification
  2063. 3 nonread report=_mapi1book_gly_nonread_report
  2064. 3 nontransmittable property=_mapi1book_gly_nontransmittable_property
  2065. 3 normal state=_mapi1book_gly_normal_state
  2066. 3 notification=_mapi1book_gly_notification
  2067. 3 O=_mapi1book_O
  2068. 3 OID=_mapi1book_gly_OID
  2069. 3 OLE Messaging Library=_mapi1book_gly_OLE_Messaging_Library
  2070. 3 OLE Messaging collection=_mapi1book_gly_OLE_Messaging_collection
  2071. 3 OLE Messaging object=_mapi1book_gly_OLE_Messaging_object
  2072. 3 one-off=_mapi1book_gly_one_off
  2073. 3 one-off address=_mapi1book_gly_one_off_address
  2074. 3 one-off entry identifier=_mapi1book_gly_one_off_entry_identifier
  2075. 3 one-off table=_mapi1book_gly_one_off_table
  2076. 3 one-off template=_mapi1book_gly_one_off_template
  2077. 3 one-off template entry identifier=_mapi1book_gly_one_off_template_entry_identifier
  2078. 3 Outbox=_mapi1book_gly_Outbox
  2079. 3 P=_mapi1book_P
  2080. 3 PAB=_mapi1book_gly_PAB
  2081. 3 personal address book=_mapi1book_gly_personal_address_book
  2082. 3 personal folders=_mapi1book_gly_personal_folders
  2083. 3 personal form library=_mapi1book_gly_personal_form_library
  2084. 3 personal message store=_mapi1book_gly_personal_message_store
  2085. 3 post=_mapi1book_gly_post
  2086. 3 primary identity=_mapi1book_gly_primary_identity
  2087. 3 probe=_mapi1book_gly_probe
  2088. 3 profile=_mapi1book_gly_profile
  2089. 3 profile name=_mapi1book_gly_profile_name
  2090. 3 profile section=_mapi1book_gly_profile_section
  2091. 3 profile table=_mapi1book_gly_profile_table
  2092. 3 property=_mapi1book_gly_property
  2093. 3 property identifier=_mapi1book_gly_property_identifier
  2094. 3 property page=_mapi1book_gly_property_page
  2095. 3 property set=_mapi1book_gly_property_set
  2096. 3 property sheet=_mapi1book_gly_property_sheet
  2097. 3 property tag=_mapi1book_gly_property_tag
  2098. 3 property type=_mapi1book_gly_property_type
  2099. 3 property value=_mapi1book_gly_property_value
  2100. 3 provider=_mapi1book_gly_provider
  2101. 3 provider table=_mapi1book_gly_provider_table
  2102. 3 proxy address=_mapi1book_gly_proxy_address
  2103. 3 PST=_mapi1book_gly_PST
  2104. 3 public folder=_mapi1book_gly_public_folder
  2105. 3 R=_mapi1book_R
  2106. 3 read flag=_mapi1book_gly_read_flag
  2107. 3 read notification=_mapi1book_gly_read_notification
  2108. 3 read receipt=_mapi1book_gly_read_receipt
  2109. 3 read report=_mapi1book_gly_read_report
  2110. 3 receive folder=_mapi1book_gly_receive_folder
  2111. 3 recipient=_mapi1book_gly_recipient
  2112. 3 recipient list=_mapi1book_gly_recipient_list
  2113. 3 recipient table=_mapi1book_gly_recipient_table
  2114. 3 record key=_mapi1book_gly_record_key
  2115. 3 registration=_mapi1book_gly_registration
  2116. 3 registry provider=_mapi1book_gly_registry_provider
  2117. 3 report=_mapi1book_gly_report
  2118. 3 resolution=_mapi1book_gly_resolution
  2119. 3 resolved recipient=_mapi1book_gly_resolved_recipient
  2120. 3 restriction=_mapi1book_gly_restriction
  2121. 3 root folder=_mapi1book_gly_root_folder
  2122. 3 rule=_mapi1book_gly_rule
  2123. 3 S=_mapi1book_S
  2124. 3 search key=_mapi1book_gly_search_key
  2125. 3 search-results folder=_mapi1book_gly_search_results_folder
  2126. 3 section=_mapi1book_gly_section
  2127. 3 secure property=_mapi1book_gly_secure_property
  2128. 3 Sent Items folder=_mapi1book_gly_Sent_Items_folder
  2129. 3 service provider=_mapi1book_gly_service_provider
  2130. 3 service provider interface=_mapi1book_gly_service_provider_interface
  2131. 3 session=_mapi1book_gly_session
  2132. 3 session handle=_mapi1book_gly_session_handle
  2133. 3 shared session=_mapi1book_gly_shared_session
  2134. 3 short-term entry identifier=_mapi1book_gly_short_term_entry_identifier
  2135. 3 Simple Mail Transfer Protocol=_mapi1book_gly_Simple_Mail_Transfer_Protocol
  2136. 3 Simple MAPI=_mapi1book_gly_Simple_MAPI
  2137. 3 single-valued property=_mapi1book_gly_single_valued_property
  2138. 3 site=_mapi1book_gly_site
  2139. 3 SPI=_mapi1book_gly_SPI
  2140. 3 spooler=_mapi1book_gly_spooler
  2141. 3 spooler hook=_mapi1book_gly_spooler_hook
  2142. 3 standard contents table=_mapi1book_gly_standard_contents_table
  2143. 3 status table=_mapi1book_gly_status_table
  2144. 3 store-and-forward messaging=_mapi1book_gly_store_and_forward_messaging
  2145. 3 subscription=_mapi1book_gly_subscription
  2146. 3 support object=_mapi1book_gly_support_object
  2147. 3 T=_mapi1book_T
  2148. 3 table=_mapi1book_gly_table
  2149. 3 Telephony Application Programming Interface=_mapi1book_gly_Telephony_Application_Programming_Interface
  2150. 3 template=_mapi1book_gly_template
  2151. 3 template identifier=_mapi1book_gly_template_identifier
  2152. 3 tightly coupled=_mapi1book_gly_tightly_coupled
  2153. 3 TNEF=_mapi1book_gly_TNEF
  2154. 3 transmittable property=_mapi1book_gly_transmittable_property
  2155. 3 Transport-Neutral Encapsulation Format=_mapi1book_gly_Transport_Neutral_Encapsulation_Format
  2156. 3 transport provider=_mapi1book_gly_transport_provider
  2157. 3 U=_mapi1book_U
  2158. 3 Unicode=_mapi1book_gly_Unicode
  2159. 3 uninitialized state=_mapi1book_gly_uninitialized_state
  2160. 3 unresolved recipient=_mapi1book_gly_unresolved_recipient
  2161. 3 V=_mapi1book_V
  2162. 3 verb=_mapi1book_gly_verb
  2163. 3 view=_mapi1book_gly_view
  2164. 3 view context=_mapi1book_gly_view_context
  2165. 3 view descriptor=_mapi1book_gly_view_descriptor
  2166. 3 W=_mapi1book_W
  2167. 3 wastebasket=_mapi1book_gly_wastebasket
  2168. 3 Windows Messaging System=_mapi1book_gly_Windows_Messaging_System
  2169. 3 X=_mapi1book_X
  2170. 3 X.400=_mapi1book_gly_X.400
  2171. 3 X.435=_mapi1book_gly_X.435
  2172. 3 X.500=_mapi1book_gly_X.500
  2173. 3 XAPIA=_mapi1book_gly_XAPIA
  2174. 2 Legal Information
  2175. 3 Legal Information=_olemsg_Legal_Information
  2176. 2 Introduction
  2177. 3 Introduction=_olemsg_Introduction
  2178. 3 Quick Start=_olemsg_Quick_Start
  2179. 3 About Installation=_olemsg_About_Installation
  2180. 3 About This Guide=_olemsg_About_This_Guide
  2181. 2 MAPI Overview
  2182. 3 Overview=_olemsg_Overview
  2183. 3 Introduction to MAPI=_olemsg_Introduction_to_MAPI
  2184. 3 MAPI Programming Interfaces=_olemsg_MAPI_Programming_Interfaces
  2185. 3 MAPI Custom Controls and the OLE Messaging Library=_olemsg_MAPI_Custom_Controls_and_the_OLE_Messaging_Library
  2186. 3 MAPI Functions and the OLE Messaging Library=_olemsg_MAPI_Functions_and_the_OLE_Messaging_Library
  2187. 3 Introduction to OLE Automation=_olemsg_Introduction_to_OLE_Automation
  2188. 3 OLE Messaging Library Object Design=_olemsg_OLE_Messaging_Library_Object_Design
  2189. 3 High-Level Objects=_olemsg_HighLevel_Objects
  2190. 3 High-Level Objects and Child Objects=_olemsg_HighLevel_Objects_and_Child_Objects
  2191. 3 Object Collections=_olemsg_Object_Collections
  2192. 2 Programming Tasks
  2193. 3 Programming Tasks=_olemsg_Programming_Tasks
  2194. 3 Accessing Folders=_olemsg_Accessing_Folders
  2195. 3 Adding Attachments to a Message=_olemsg_Adding_Attachments_To_A_Message
  2196. 3 Changing an Existing Address Entry=_olemsg_Changing_An_Existing_Address_Entry
  2197. 3 Checking for New Mail=_olemsg_Checking_For_New_Mail
  2198. 3 Copying a Message to Another Folder=_olemsg_Copying_a_Message_to_Another_Folder
  2199. 3 Creating and Sending a Message=_olemsg_Creating_and_Sending_a_Message
  2200. 3 Customizing a Folder or Message=_olemsg_Customizing_A_Folder_or_Message
  2201. 3 Deleting a Message=_olemsg_Deleting_a_Message
  2202. 3 Handling Errors=_olemsg_Handling_Errors
  2203. 3 Improving Application Performance=_olemsg_Improving_Application_Performance
  2204. 3 Making Sure the Message Gets There=_olemsg_Making_Sure_The_Message_Gets_There
  2205. 3 Moving a Message to Another Folder=_olemsg_Moving_a_Message_to_Another_Folder
  2206. 3 Posting Messages to a Public Folder=_olemsg_Posting_Messages_To_A_Public_Folder
  2207. 3 Reading a Message from the Inbox=_olemsg_Reading_A_Message_From_the_Inbox
  2208. 3 Searching for a Folder=_olemsg_Searching_For_A_Folder
  2209. 3 Searching for a Message=_olemsg_Searching_For_A_Message
  2210. 3 Securing Messages=_olemsg_Securing_Messages
  2211. 3 Selecting Recipients from the Address Book=_olemsg_Selecting_Recipients_From_the_Address_Book
  2212. 3 Starting a Session with MAPI=_olemsg_Starting_A_Session_with_MAPI
  2213. 3 Using Addresses=_olemsg_Using_Addresses
  2214. 3 Viewing MAPI Properties=_olemsg_Viewing_MAPI_Properties
  2215. 3 Working with Conversations=_olemsg_Working_With_Conversations
  2216. 2 Objects, Properties, and Methods
  2217. 3 Objects, Properties, and Methods=_olemsg_Objects.2c_.Properties.2c_.and_Methods
  2218. 3 All OLE Messaging Library Objects=_olemsg_All_OLE_Messaging_Library_Objects
  2219. 3 Application Property=_olemsg_Application_Property
  2220. 3 Class Property=_olemsg_Class_Property
  2221. 3 Parent Property=_olemsg_Parent_Property
  2222. 3 Session Property=_olemsg_Session_Property
  2223. 3 AddressEntry Object=_olemsg_AddressEntry_Object
  2224. 3 Address Property (AddressEntry Object)=_olemsg_Address_Property_AddressEntry
  2225. 3 Delete Method (AddressEntry Object)=_olemsg_Delete_Method_AddressEntry
  2226. 3 Details Method (AddressEntry Object)=_olemsg_Details_Method_AddressEntry
  2227. 3 DisplayType Property (AddressEntry Object)=_olemsg_DisplayType_Property_AddressEntry
  2228. 3 Fields Property (AddressEntry Object)=_olemsg_Fields_Property_AddressEntry
  2229. 3 ID Property (AddressEntry Object)=_olemsg_ID_Property_AddressEntry
  2230. 3 Name Property (AddressEntry Object)=_olemsg_Name_Property_AddressEntry
  2231. 3 Type Property (AddressEntry Object)=_olemsg_Type_Property_AddressEntry
  2232. 3 Update Method (AddressEntry Object)=_olemsg_Update_Method_AddressEntry
  2233. 3 Attachment Object=_olemsg_Attachment_Object
  2234. 3 Delete Method (Attachment Object)=_olemsg_Delete_Method_Attachment
  2235. 3 Index Property (Attachment Object)=_olemsg_Index_Property_Attachment
  2236. 3 Name Property (Attachment Object)=_olemsg_Name_Property_Attachment
  2237. 3 Position Property (Attachment Object)=_olemsg_Position_Property_Attachment
  2238. 3 ReadFromFile Method (Attachment Object)=_olemsg_ReadFromFile_Method_Attachment
  2239. 3 Source Property (Attachment Object)=_olemsg_Source_Property_Attachment
  2240. 3 Type Property (Attachment Object)=_olemsg_Type_Property_Attachment
  2241. 3 WriteToFile Method (Attachment Object)=_olemsg_WriteToFile_Method_Attachment
  2242. 3 Attachments Collection Object=_olemsg_Attachments_Collection_Object
  2243. 3 Add Method (Attachments Collection)=_olemsg_Add_Method_Attachments_Collection
  2244. 3 Count Property (Attachments Collection)=_olemsg_Count_Property_Attachments_Collection
  2245. 3 Delete Method (Attachments Collection)=_olemsg_Delete_Method_Attachments_Collection
  2246. 3 Item Property (Attachments Collection)=_olemsg_Item_Property_Attachments_Collection
  2247. 3 Field Object=_olemsg_Field_Object
  2248. 3 Delete Method (Field Object)=_olemsg_Delete_Method_Field
  2249. 3 ID Property (Field Object)=_olemsg_ID_Property_Field
  2250. 3 Index Property (Field Object)=_olemsg_Index_Property_Field
  2251. 3 Name Property (Field Object)=_olemsg_Name_Property_Field
  2252. 3 ReadFromFile Method (Field Object)=_olemsg_ReadFromFile_Method_Field
  2253. 3 Type Property (Field Object)=_olemsg_Type_Property_Field
  2254. 3 Value Property (Field Object)=_olemsg_Value_Property_Field
  2255. 3 WriteToFile Method (Field Object)=_olemsg_WriteToFile_Method_Field
  2256. 3 Fields Collection Object=_olemsg_Fields_Collection_Object
  2257. 3 Add Method (Fields Collection)=_olemsg_Add_Method_Fields_Collection
  2258. 3 Count Property (Fields Collection)=_olemsg_Count_Property_Fields_Collection
  2259. 3 Delete Method (Fields Collection)=_olemsg_Delete_Method_Fields_Collection
  2260. 3 Item Property (Fields Collection)=_olemsg_Item_Property_Fields_Collection
  2261. 3 SetNamespace Method (Fields Collection)=_olemsg_SetNamespace_Method_Fields_Collection
  2262. 3 Folder Object=_olemsg_Folder_Object
  2263. 3 Fields Property (Folder Object)=_olemsg_Fields_Property_Folder
  2264. 3 FolderID Property (Folder Object)=_olemsg_FolderID_Property_Folder
  2265. 3 Folders Property (Folder Object)=_olemsg_Folders_Property_Folder
  2266. 3 ID Property (Folder Object)=_olemsg_ID_Property_Folder
  2267. 3 MAPIOBJECT Property (Folder Object)=_olemsg_MAPIOBJECT_Property_Folder
  2268. 3 Messages Property (Folder Object)=_olemsg_Messages_Property_Folder
  2269. 3 Name Property (Folder Object)=_olemsg_Name_Property_Folder
  2270. 3 StoreID Property (Folder Object)=_olemsg_StoreID_Property_Folder
  2271. 3 Update Method (Folder Object)=_olemsg_Update_Method_Folder
  2272. 3 Folders Collection Object=_olemsg_Folders_Collection_Object
  2273. 3 GetFirst Method (Folders Collection)=_olemsg_GetFirst_Method_Folders_Collection
  2274. 3 GetLast Method (Folders Collection)=_olemsg_GetLast_Method_Folders_Collection
  2275. 3 GetNext Method (Folders Collection)=_olemsg_GetNext_Method_Folders_Collection
  2276. 3 GetPrevious Method (Folders Collection)=_olemsg_GetPrevious_Method_Folders_Collection
  2277. 3 InfoStore Object=_olemsg_InfoStore_Object
  2278. 3 ID Property (InfoStore Object)=_olemsg_ID_Property_InfoStore
  2279. 3 Index Property (InfoStore Object)=_olemsg_Index_Property_InfoStore
  2280. 3 Name Property (InfoStore Object)=_olemsg_Name_Property_InfoStore
  2281. 3 ProviderName Property (InfoStore Object)=_olemsg_ProviderName_Property_InfoStore
  2282. 3 RootFolder Property (InfoStore Object)=_olemsg_RootFolder_Property_InfoStore
  2283. 3 InfoStores Collection Object=_olemsg_InfoStores_Collection_Object
  2284. 3 Count Property (InfoStores Collection)=_olemsg_Count_Property_InfoStores_Collection
  2285. 3 Item Property (InfoStores Collection)=_olemsg_Item_Property_InfoStores_Collection
  2286. 3 Message Object=_olemsg_Message_Object
  2287. 3 Attachments Property (Message Object)=_olemsg_Attachments_Property_Message
  2288. 3 Conversation Property (Message Object)=_olemsg_Conversation_Property_Message
  2289. 3 ConversationIndex Property (Message Object)=_olemsg_ConversationIndex_Property_Message
  2290. 3 ConversationTopic Property (Message Object)=_olemsg_ConversationTopic_Property_Message
  2291. 3 Delete Method (Message Object)=_olemsg_Delete_Method_Message
  2292. 3 DeliveryReceipt Property (Message Object)=_olemsg_DeliveryReceipt_Property_Message
  2293. 3 Encrypted Property (Message Object)=_olemsg_Encrypted_Property_Message
  2294. 3 Fields Property (Message Object)=_olemsg_Fields_Property_Message
  2295. 3 FolderID Property (Message Object)=_olemsg_FolderID_Property_Message
  2296. 3 ID Property (Message Object)=_olemsg_ID_Property_Message
  2297. 3 Importance Property (Message Object)=_olemsg_Importance_Property_Message
  2298. 3 MAPIOBJECT Property (Message Object)=_olemsg_MAPIOBJECT_Property_Message
  2299. 3 Options Method (Message Object)=_olemsg_Options_Method_Message
  2300. 3 ReadReceipt Property (Message Object)=_olemsg_ReadReceipt_Property_Message
  2301. 3 Recipients Property (Message Object)=_olemsg_Recipients_Property_Message
  2302. 3 Send Method (Message Object)=_olemsg_Send_Method_Message
  2303. 3 Sender Property (Message Object)=_olemsg_Sender_Property_Message
  2304. 3 Sent Property (Message Object)=_olemsg_Sent_Property_Message
  2305. 3 Signed Property (Message Object)=_olemsg_Signed_Property_Message
  2306. 3 Size Property (Message Object)=_olemsg_Size_Property_Message
  2307. 3 StoreID Property (Message Object)=_olemsg_StoreID_Property_Message
  2308. 3 Subject Property (Message Object)=_olemsg_Subject_Property_Message
  2309. 3 Submitted Property (Message Object)=_olemsg_Submitted_Property_Message
  2310. 3 Text Property (Message Object)=_olemsg_Text_Property_Message
  2311. 3 TimeReceived Property (Message Object)=_olemsg_TimeReceived_Property_Message
  2312. 3 TimeSent Property (Message Object)=_olemsg_TimeSent_Property_Message
  2313. 3 Type Property (Message Object)=_olemsg_Type_Property_Message
  2314. 3 Unread Property (Message Object)=_olemsg_Unread_Property_Message
  2315. 3 Update Method (Message Object)=_olemsg_Update_Method_Message
  2316. 3 Messages Collection Object=_olemsg_Messages_Collection_Object
  2317. 3 Add Method (Messages Collection)=_olemsg_Add_Method_Messages_Collection
  2318. 3 Delete Method (Messages Collection)=_olemsg_Delete_Method_Messages_Collection
  2319. 3 GetFirst Method (Messages Collection)=_olemsg_GetFirst_Method_Messages_Collection
  2320. 3 GetLast Method (Messages Collection)=_olemsg_GetLast_Method_Messages_Collection
  2321. 3 GetNext Method (Messages Collection)=_olemsg_GetNext_Method_Messages_Collection
  2322. 3 GetPrevious Method (Messages Collection)=_olemsg_GetPrevious_Method_Messages_Collection
  2323. 3 Sort Method (Messages Collection)=_olemsg_Sort_Method_Messages_Collection
  2324. 3 Recipient Object=_olemsg_Recipient_Object
  2325. 3 Address Property (Recipient Object)=_olemsg_Address_Property_Recipient
  2326. 3 AddressEntry Property (Recipient Object)=_olemsg_AddressEntry_Property_Recipient
  2327. 3 Delete Method (Recipient Object)=_olemsg_Delete_Method_Recipient
  2328. 3 DisplayType Property (Recipient Object)=_olemsg_DisplayType_Property_Recipient
  2329. 3 Index Property (Recipient Object)=_olemsg_Index_Property_Recipient
  2330. 3 Name Property (Recipient Object)=_olemsg_Name_Property_Recipient
  2331. 3 Resolve Method (Recipient Object)=_olemsg_Resolve_Method_Recipient
  2332. 3 Type Property (Recipient Object)=_olemsg_Type_Property_Recipient
  2333. 3 Recipients Collection Object=_olemsg_Recipients_Collection_Object
  2334. 3 Add Method (Recipients Collection)=_olemsg_Add_Method_Recipients_Collection
  2335. 3 Count Property (Recipients Collection)=_olemsg_Count_Property_Recipients_Collection
  2336. 3 Delete Method (Recipients Collection)=_olemsg_Delete_Method_Recipients_Collection
  2337. 3 Item Property (Recipients Collection)=_olemsg_Item_Property_Recipients_Collection
  2338. 3 Resolve Method (Recipients Collection)=_olemsg_Resolve_Method_Recipients_Collection
  2339. 3 Resolved Property (Recipients Collection)=_olemsg_Resolved_Property_Recipients_Collection
  2340. 3 Session Object=_olemsg_Session_Object
  2341. 3 AddressBook Method (Session Object)=_olemsg_AddressBook_Method_Session
  2342. 3 CurrentUser Property (Session Object)=_olemsg_CurrentUser_Property_Session
  2343. 3 GetAddressEntry Method (Session Object)=_olemsg_GetAddressEntry_Method_Session
  2344. 3 GetFolder Method (Session Object)=_olemsg_GetFolder_Method_Session
  2345. 3 GetInfoStore Method (Session Object)=_olemsg_GetInfoStore_method_Session
  2346. 3 GetMessage Method (Session Object)=_olemsg_GetMessage_Method_Session
  2347. 3 Inbox Property (Session Object)=_olemsg_Inbox_Property_Session
  2348. 3 InfoStores Property (Session Object)=_olemsg_InfoStores_Property_Session
  2349. 3 Logoff Method (Session Object)=_olemsg_Logoff_Method_Session
  2350. 3 Logon Method (Session Object)=_olemsg_Logon_Method_Session
  2351. 3 MAPIOBJECT Property (Session Object)=_olemsg_MAPIOBJECT_Property_Session
  2352. 3 Name Property (Session Object)=_olemsg_Name_Property_Session
  2353. 3 OperatingSystem Property (Session Object)=_olemsg_OperatingSystem_Property_Session
  2354. 3 Outbox Property (Session Object)=_olemsg_Outbox_Property_Session
  2355. 3 Version Property (Session Object)=_olemsg_Version_Property_Session
  2356.